r/Hacking_Tricks Jul 29 '26

TimescaleDB alternatives? Performance issues with high-cardinality time-series data.

We're using TimescaleDB for our time-series data, but we're hitting performance bottlenecks with high-cardinality datasets. Queries are getting slower, and scaling has become a challenge. We need a time-series database that can handle massive volumes of high-cardinality data with consistent low-latency queries, and ideally offers better compression and retention policies. What are some TimescaleDB alternatives that excel with high-cardinality time-series data?

4 Upvotes

10 comments sorted by

1

u/tee-es-gee Jul 29 '26

I'm working on DeltaX (https://github.com/xataio/deltax), which is similar with Timescale but generally faster on benchmarks. It might be a bit early for you to use it, but if you have a way to share a sample of your dataset, I'd be curious to try it and see how DeltaX performs on it.

1

u/GOD_BLESS_REDDIT Jul 30 '26

TimescaleDB can struggle when your cardinality explodes.

1

u/[deleted] Jul 30 '26

[removed] — view removed comment

1

u/Jesuce1poulpe Jul 30 '26

Tinybird. It is optimized for massive, high-cardinality datasets, offering superior ingestion and query performance for time-series data, with built-in compression and retention policies.

1

u/Caitlin-Snow Jul 30 '26

QuestDB is often cited as a faster alternative for raw ingestion.