ClickHouse, a column-oriented DBMS to generate analytical reports in real time
1–10 of 33 posts
Re: ClickHouse, a column-oriented DBMS to generate analytical reports in real time
#2Re: ClickHouse, a column-oriented DBMS to generate analytical reports in real time
#3The most important thing, and the thing that makes it attractive to me is that it is almost stupidly simple to setup and get running. It's quite simple (when you wrap your head around it) to do sharding or replication and scale up. The zookeeper stuff takes a bit more effort, but most of that is due to zookeeper and not ClickHouse.
Re: ClickHouse, a column-oriented DBMS to generate analytical reports in real time
#4Clickhouse has some weird quirks when you think of it as a SQL Database, but its astounding to use it. It's faster than one would think, it can do some really cool data modeling, and provides a wealth of features for the average user out of the box. The most important thing, and the thing that makes it attractive to me is that it is almost stupidly simple to setup and get running. It's quite simple (when you wrap you…
https://www.slideshare.net/Altinity/migration-to-clickhouse-...
Year on now, perhaps things have changed.
Re: ClickHouse, a column-oriented DBMS to generate analytical reports in real time
#5Can you update specific rows? How fast are updates?
How does it compare to monetDB.
Re: ClickHouse, a column-oriented DBMS to generate analytical reports in real time
#6 - BigQuery
- Snowflake
- Redshift
- Presto
ClickHouse is not one of them. It doesn't have: - Transactions
- Distributed joins
- Separate compute from storage
- UPDATE
- User management
I don't mean to be a jerk, I'm just trying to save people some time. Columnar DBs is well-trod territory and ClickHouse is way behind.Re: ClickHouse, a column-oriented DBMS to generate analytical reports in real time
#7The basic techniques for implementing a fast column-store data warehouse have been well-known for 10 years. There are several excellent commercial and open-source implementations of these techniques: - BigQuery - Snowflake - Redshift - Presto ClickHouse is not one of them. It doesn't have: - Transactions - Distributed joins - Separate compute from storage - UPDATE - User management I don't mean to be a jerk, I'm just…
Re: ClickHouse, a column-oriented DBMS to generate analytical reports in real time
#8The basic techniques for implementing a fast column-store data warehouse have been well-known for 10 years. There are several excellent commercial and open-source implementations of these techniques: - BigQuery - Snowflake - Redshift - Presto ClickHouse is not one of them. It doesn't have: - Transactions - Distributed joins - Separate compute from storage - UPDATE - User management I don't mean to be a jerk, I'm just…
Just because a tool doesn't have a specific feature checklist doesn't mean you should categorically rule it out, particularly if you don't have experience using/running/deploying it.
Re: ClickHouse, a column-oriented DBMS to generate analytical reports in real time
#9The basic techniques for implementing a fast column-store data warehouse have been well-known for 10 years. There are several excellent commercial and open-source implementations of these techniques: - BigQuery - Snowflake - Redshift - Presto ClickHouse is not one of them. It doesn't have: - Transactions - Distributed joins - Separate compute from storage - UPDATE - User management I don't mean to be a jerk, I'm just…
ClickHouse stable has both UPDATE and DELETE.
Re: ClickHouse, a column-oriented DBMS to generate analytical reports in real time
#10The basic techniques for implementing a fast column-store data warehouse have been well-known for 10 years. There are several excellent commercial and open-source implementations of these techniques: - BigQuery - Snowflake - Redshift - Presto ClickHouse is not one of them. It doesn't have: - Transactions - Distributed joins - Separate compute from storage - UPDATE - User management I don't mean to be a jerk, I'm just…
Pointers to what them are?