NewJazz 5 days ago

I'm struggling with TimescaleDB performance right now and wondering if the grass is greener.

4
andness 5 days ago

Started migrating away from TimescaleDB some time ago too. Initially we self-hosted to test it out. It was very quickly clear that it was a lot better for our use case and we decided to go with Clickhouse Cloud to not have to worry about the ops. The pricing for the cloud offering is very good IMO. We use it for telemetry data from a fleet of IoT devices.

whatevermom 5 days ago

Migrated from TimescaleDB to ClickHouse and it was like night and day. Naive reimplementation of the service performed wayyyy better than timescaledb. Self-hosted.

sukruh 5 days ago

It is.

applied_heat 5 days ago

What is the workload or query that is causing issues?

NewJazz 5 days ago

We denormalized some data then wanted to quickly filter by it. I managed to find a decent index to get us through, but now I'm stuck with another dimension in my data that I'd rather not have. I think I'll have to create a new table, migrate data, then rename it.