Last Updated: February 3, 2026
Every second, servers emit metrics. Every minute, IoT sensors send readings. Every millisecond, stock prices update. Every day, applications generate billions of log entries.
All of this data shares a common characteristic: it is timestamped, and time is the primary dimension for querying it.
This is time-series data, and it has unique properties that make general-purpose databases inefficient:
Time-series databases are built specifically for these patterns. They use columnar storage for efficient aggregations, automatic data compression, and time-based partitioning that makes retention policies trivial to implement.
The result is databases that can ingest millions of data points per second while providing fast analytical queries.