TimescaleDB

TimescaleDB
DeveloperTimescale Inc (renamed Tiger Data)
Initial release1 November 2018 (2018-11-01)
Stable release
2.24.0 / 2 September 2025 (2025-09-02)
Written inC
Operating systemCross-platform
TypeTime series database
LicenseApache 2.0
Websitetigerdata.com
Repositoryhttps://github.com/timescale/timescaledb

TimescaleDB is an open-source time series database developed by Timescale Inc. (renamed "TigerData" on June 17, 2025). It is written in C and extends PostgreSQL. TimescaleDB is a relational database and supports standard SQL queries. Additional SQL functions and table structures provide support for time series data oriented towards storage, performance, and analysis facilities for data-at-scale.

One of the key features of TimescaleDB is its performance, which has been compared to InfluxDB. Time-based data partitioning via hypertables provides for improved query execution and performance when used for time oriented applications. More granular partition definition is achieved through the use of user defined attributes.

TimescaleDB is offered as open source software under the Apache 2.0 license. Additional features are offered in a community edition as source available software under the Timescale License Agreement (TLS).