Tools/timescale/timescaledb

TimescaleDB

Time-series database as a Postgres extension

23.3k+50/wkgrowthCApache 2.0 + TSLtrending

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Jun 2026

TimescaleDB makes Postgres fast at time-series workloads: server metrics, IoT sensor readings, financial ticks, event logs. It's not a separate database, it's an extension on top of Postgres, so your existing tools, ORMs, and SQL knowledge all still work. The key trick is hypertables, which automatically partition data by time so a query like average CPU over the last hour stays fast even across billions of rows. Continuous aggregates pre-compute rollups, and compression cuts storage by 90%+ on time-series data.

The community edition is free and open source to self-host. It installs as a Postgres extension, so if you can install extensions, you can run it. The company behind it rebranded from Timescale to TigerData, and the managed offering is now Tiger Cloud, positioned as fast Postgres generally rather than just time-series. The open-source extension is still called TimescaleDB and still ships under Apache 2.0 plus the Timescale License for the community features, so no license change, just a new name on the cloud.

Solo: self-host on your existing Postgres, free. Small teams: self-host, or use Tiger Cloud, which starts around $30/mo for the Performance tier and $36/mo for Scale, with a 30-day trial. Medium to large: weigh Tiger Cloud against self-hosting based on whether you want to own HA and backups. Self-hosting stays straightforward here since it's just an extension.

The catch: some advanced features (multi-node, certain compression options) sit under the Timescale License rather than pure Apache, so check it for your use case, especially if you're building a competing managed service. And if your workload is pure metrics with Prometheus-style queries, VictoriaMetrics or InfluxDB may be more purpose-built than general Postgres.

Free vs Self-Hosted vs Paid

free self hosted paid cloud

Free

Community edition is free to self-host. Hypertables, continuous aggregates, and compression included. Installs as a Postgres extension.

Cloud (Tiger Cloud, formerly Timescale Cloud)

The company rebranded to TigerData; the managed product is Tiger Cloud. Performance tier starts around $30/mo, Scale around $36/mo, Enterprise custom. 30-day free trial, no card required.

License Note

The core extension is Apache 2.0; some community features use the Timescale License (TSL). Self-hosting is free for nearly all uses; review the TSL only if you plan to offer it as a hosted database service.

When to Pay

Pay for Tiger Cloud when managing Postgres yourself isn't worth the ops time, or when you want HA and automated backups without building them.

Self-host free as a Postgres extension. Tiger Cloud (formerly Timescale Cloud, now under TigerData) starts around $30/mo.

Self-hosting ops:moderate
View pricing page →

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
86/100 · A
Adoption27/30
Maintenance25/25
Community9/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 22,396 starsActive community: 1,074 forks

About

Stars
23,261
Forks
1,131

Explore Further

More tools in the directory