TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support.
Time-series queries are fast, composable, and expressive. Perfect for support data, usage trends, and prompt analytics. Combines SQL flexibility with time-series performance.