Clickhouse is winning the Observability Wars

53 points by siddhartha_golu


koala

In 2019 I worked briefly in a startup that had managed to create an impressive amount of things. (They died soon after I joined, but some of their OSS projects live on.) They were using ClickHouse and they showed me a bit of it. I was absolutely impressed. Until that moment, I thought I'd rarely get to a point where I would need anything else than PostgreSQL, yet I wanted to use ClickHouse.

I've had experiences with ElasticSearch, InfluxDB, and a few others, and it has always sucked. Probably because they all implement query languages from scratch whereas ClickHouse adopts good old SQL and extends it just a little bit in the right places.

Plus, like most of the very successful products, ClickHouse reeks of great implementation and care for the user- it gets all the little details right out of the box.

We're using HyperDX at work now and... well, plotting metrics has been a bit annoying, but tracing works quite well. I'm a bit confused because I thought tracing would quickly become indispensable and would usher a good jump in productivity, but it seems it's not being adopted as much as I expected, likely because it's not as much of a game changer as I thought it would be. But I'm glad ClickHouse is becoming the player here and I don't have to deal with other stuff.