#12 · Primary category: Business Intelligence & Analytics

timescaledb

analytics database financial-analysis historian iot postgres postgresql sql tigerdata time-series time-series-database timescaledb tsdb

A time-series database for high-performance real-time analytics packaged as a Postgres extension

Project last updated:08/29/26

GitHub Stars

23.4K

Forks

1.1K

Contributors

139

License

Other

Why we included this project

TimescaleDB is a PostgreSQL extension that brings time-series analytics to databases you may already run, so teams can handle timestamped data without spinning up a separate system. You keep standard SQL and your existing tooling, while hypertables split data by time, columnstore compression keeps older rows small, and time_bucket makes aggregations fast. That fits monitoring dashboards and financial analysis on high-cardinality event data, where millions of rows should answer with plain queries rather than a new query language. The project has been around long enough to be widely deployed, and the quick-start path lets you test it against your own workload in an afternoon before committing to production.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category