|
|
|
|
|
by FridgeSeal
2302 days ago
|
|
Snowflake doesn’t really keep up with Clickhouse (in my experience) and it costs money. DataBricks is essentially Spark, and I shouldn’t need a whole spark cluster just to get database functionality. It also costs money. Unless I’m mistaken, Presto is just a distributed query tool over the top of a separate storage layer, so that’s 2 things you have to setup. I have no experience with BigQiery but I’ve heard good things about it and Redshift, however but if the rest of your infra isn’t on GCP/AWS then that will probably be a blocker. Clickhouse is open source, comes with convenient clients in a bunch of languages as well as a HTTP API. It’s outrageously fast and has some cool features and makes the right trade-offs for its use-case, large range of supported input/output formats, built-in Kafka support and the replication and sharding is reasonably straightforward to setup. |
|