dbstack

Index Sections Time-series

§ Section · Time-series

Time-series databases.

Databases optimized for time-ordered event streams with high write throughput.

Time-series workloads (metrics, IoT, financial ticks) have predictable shapes — append-mostly, time-indexed, queried by time range. Purpose-built systems exploit this with partitioning, compression, and incremental rollups.

§ Tracked

1 tool · Ranked by stars

  1. 01

    TimescaleDB

    A Postgres extension that turns it into a high-performance time-series database.

    postgres-extension

§ Other Sections