Hacker News new | ask | show | jobs
by luzifer42 1373 days ago
clickhouse-local is a powerful alternative.

https://clickhouse.com/docs/en/operations/utilities/clickhou...

https://news.ycombinator.com/item?id=31561780

1 comments

It's fast. But it's also a 1-2gb binary. And its SQL implementation is work in progress and often makes up its own names for common functions.

If you can put up with both for an adhoc cli exploration tool then yeah it's incredible.

For analytics queries in general though (not talking about clickhouse-local) I don't think there's any OSS competition.

The large binary size argument is a bit old.

It seems possible to reduce it below 50MB.

https://github.com/ClickHouse/ClickHouse/issues/29378