I really like Clickhouse. Discovered it recently, and man, it's such a breath of fresh air compared to suboptimal solutions I used for analytics. It's so fast and the CLI is also a joy to work with.
How does it compare to duckdb and/or polars?
ClickHouse gets lazier and faster: Introducing lazy materialization
91–100 of 130 posts
Re: ClickHouse gets lazier and faster: Introducing lazy materialization
#92Re: ClickHouse gets lazier and faster: Introducing lazy materialization
#93Earlier quoted context omitted.
Slow VMs on overprovisioned cloud hosts which cost as much per month as a dedicated box per year have broken a generation of engineers. You could host so much from your macbook. The average HN startup could be hosted on a $200 minipc from a closet for the first couple of years if not more - and I'm talking expensive here for the extra RAM you want to not restart every hour when you have a memory leak.
> so much from your macbook At least on cloud I can actually have hundreds of GiBs of RAM. If I want this on my Macbook it's even more expensive than my cloud bill.
Re: ClickHouse gets lazier and faster: Introducing lazy materialization
#94IMHO if ClickHouse had Windows native release that does not need WSL or a Linux virtual machine it would be more popular than DuckDB. I remember for years MySQL being way more popular than PostgreSQL. One of the reasons being MySQL had a Windows installer.
Is Clickhouse not already more popular than DuckDB?
Re: ClickHouse gets lazier and faster: Introducing lazy materialization
#95can we take the "packing your luggage" analogy and only pack the things we actually use in the trip and apply that to clickhouse?
Re: ClickHouse gets lazier and faster: Introducing lazy materialization
#96Earlier quoted context omitted.
chdb and clickhouse-local is nearly as ergonomic as duckdb with all of the features of ch. duckdb has unfortunately been leaning away from pure oss - the ui they released is entirely hosted on motherduck’s servers (which, while an awesome project, makes me feel like the project will be cannibalized by a proprietary extensions.)
ClickHouse too. Their sharedmergetree is not open source at all. It makes ClickHouse OSS obsolete design-wise. Shame.
You can scale the pure open source project really far. And if you need more, you do have money to pay for it.
People need to stop thinking that open source is free leech. Open source is about sharing knowledge and building trust between each other. But we are still living in a business world where we are competing.
Re: ClickHouse gets lazier and faster: Introducing lazy materialization
#97IMHO if ClickHouse had Windows native release that does not need WSL or a Linux virtual machine it would be more popular than DuckDB. I remember for years MySQL being way more popular than PostgreSQL. One of the reasons being MySQL had a Windows installer.
I was under impression that servers and databases generally run on Linux though.
[1]https://en.wikipedia.org/wiki/Usage_share_of_operating_syste...
Re: ClickHouse gets lazier and faster: Introducing lazy materialization
#98Earlier quoted context omitted.
ClickHouse too. Their sharedmergetree is not open source at all. It makes ClickHouse OSS obsolete design-wise. Shame.
Actually this is not important. Because they need to make a living, and with that they have to make some functonality of ClickHouse propritary. You can scale the pure open source project really far. And if you need more, you do have money to pay for it. People need to stop thinking that open source is free leech. Open source is about sharing knowledge and building trust between each other. But we are still living in…
I think people should be aware that the Core Storage work is not beeing done in the open anymore. The process of letting the open source core grow useless while selling proprietary addons is fine. I just have a problem with people calling this open source.
Some prefer using open source. Are they leeches ?
Regarding scaling open source projects, did Linux scale ?
Re: ClickHouse gets lazier and faster: Introducing lazy materialization
#99But we chose ClickHouse and now we just pump in data with little to no optimization.
Re: ClickHouse gets lazier and faster: Introducing lazy materialization
#100We adopted ClickHouse ~4 years ago. We COULD have stayed on just Postgres. With a lot of bells, whistles, aggregation, denormalisation, aggressive retention limits and job queues etc. we could have gotten acceptable response times for our interactive dashboard. But we chose ClickHouse and now we just pump in data with little to no optimization.