Y
Hacker News
new
|
ask
|
show
|
jobs
by
kokizzu2
1543 days ago
clickhouse '__')
1 comments
swasheck
1543 days ago
i really dislike clickhouse for anything less than rudimentary analysis, but appreciate that it’s fast for that.
link
nimrody
1543 days ago
Can you give some tips on what do you mean by "less than rudimentary analysis"? Considering adopting Clickhouse and wondering whether we will encounter problems down the road.
link
swasheck
1543 days ago
the biggie for me was that analytic window functions are either non-existent or experimental and must be achieved with array function hacks.
it does have nice built-in skew and kurtosis functions, though.
link
pritambaral
1542 days ago
ClickHouse recently landed Window Functions in GA.
link