Clickhouse open source and cloud user. My understanding is that the cloud version uses S3. Which would mean that they have very specific tenant pattern and code to run that version. This may be why lightweight work a specific way in that environment, or they need a way to test it at scale that would be hard through a feature flag in the open source product. Lightweight deletes were released to both, and previous road…
> Lightweight deletes were released to both Because they were contributed by community member, not ClickHouse Inc core team. https://github.com/ClickHouse/ClickHouse/pull/37893
Is ClickHouse Moving Away from Open Source?
41–50 of 70 posts
Re: Is ClickHouse Moving Away from Open Source?
#42Clickhouse open source and cloud user. My understanding is that the cloud version uses S3. Which would mean that they have very specific tenant pattern and code to run that version. This may be why lightweight work a specific way in that environment, or they need a way to test it at scale that would be hard through a feature flag in the open source product. Lightweight deletes were released to both, and previous road…
> You should be using ReplacingMergeTree if you are doing updates at the current moment. Indeed. Altinity and other community users like ContentSquare made numerous contributions to make it more usable. It's a promising approach to updates at scale and has improved markedly over the last few months. That said you can't currently use RMT very efficiently in S3 because of overall limitations in MergeTree S3 table stora…
*Yes you can use a vpc gateway but need public IPs to waste to setup the BGP/IP routes.
Re: Is ClickHouse Moving Away from Open Source?
#43Re: Is ClickHouse Moving Away from Open Source?
#44Re: Is ClickHouse Moving Away from Open Source?
#45This would be a shame and also a mistake in my opinion. Clickhouse is instantly differentiated from Snowflake, Databricks, BigQuery and RedShift with the open source offering that you can deploy yourself. There are lots of other options but Clickhouse has the most mindshare and is the techies choice. I find myself rooting for them and recommending them for that before you even get into any technical comparison.
For example ReplacingMergeTree uses a distributed algorithm to process changes without incurssing excessive INSERT time expense. It's quite elegant.
Re: Is ClickHouse Moving Away from Open Source?
#46How do you chose between ClickHouse and DuckDB ? It feels like they solve the same problem
They solve the same problem in that they are OLAP data stores, but that's where the similarity ends. Clickhouse is a centralised OLAP store (like 10s of others) whilst DuckDB is an embedded database that is usually ran in process. What is it about DuckDB and it's strange cult like following? It's nice that it's in process, but then it's an incremental improvement over Pandas. Nice tool and well implemented but I don'…
- local - server - cloud (*) - serverless - in-process https://github.com/chdb-io/chdb similar to DuckDB
(*) except for the forked cloud versions, ClickHouse Inc, Huawei, etc ...
Re: Is ClickHouse Moving Away from Open Source?
#47We see it with Oracle (MySQL) where most of innovations is happening in cloud only "Heatwave" or MongoDB where MongoDB Atlas increasingly getting features not available in their Community (SSPL) version
Re: Is ClickHouse Moving Away from Open Source?
#48How do you chose between ClickHouse and DuckDB ? It feels like they solve the same problem
Re: Is ClickHouse Moving Away from Open Source?
#49Earlier quoted context omitted.
> You should be using ReplacingMergeTree if you are doing updates at the current moment. Indeed. Altinity and other community users like ContentSquare made numerous contributions to make it more usable. It's a promising approach to updates at scale and has improved markedly over the last few months. That said you can't currently use RMT very efficiently in S3 because of overall limitations in MergeTree S3 table stora…
Yeah, its the don't treat S3 like a disk issue. I'm looking at S3 only for cold storage but need AWS VPC Gateway Endpoint support for S3 access since we are on-premise. *Yes you can use a vpc gateway but need public IPs to waste to setup the BGP/IP routes.
Re: Is ClickHouse Moving Away from Open Source?
#50Earlier quoted context omitted.
"forced to do RFCs on GitHub" The author has raised 1 RFC ever. Have you evidence they attemnpted to contribute more in the past? Proposals to form a steering committee? sponsorship? PRs?
Are you part of ClickHouse community, ever used that DBMS or participate in any activity related it? Just to make sure, we are on the same page.