TimescaleDB
Time-series database built on PostgreSQL
TimescaleDB 2.30 cuts LIMIT query planning time with a new DeferredChunkAppend node.
◆Recent moves
- 7d ago
TimescaleDB 2.30.0: DeferredChunkAppend speeds up LIMIT queries
v2.30.0's DeferredChunkAppend node delays chunk expansion at plan time for LIMIT queries, a meaningful speedup for workloads that issue LIMIT on large hypertables. This is a targeted planner improvement, not an architectural change.
View source ↗ - 28d ago
2.29.2 (2026-08-18)
2.29.2 is a bugfix-only patch addressing edge cases in time_bucket, gapfill window aggregates, and dimensional CHECK constraints — correctness fixes the typical user won't encounter.
View source ↗ - 1mo ago
2.29.1 (2026-08-04)
2.29.1 patches security vulnerabilities alongside routine bug fixes — mandatory for production deployments but no user-visible changes otherwise.
View source ↗ - 1mo ago
TimescaleDB 2.29.0: DML chunk exclusion for faster UPDATE and DELETE
v2.29.0 adds chunk exclusion for DML operations so UPDATE and DELETE statements acquire row-exclusive locks only on the relevant chunk, not the entire hypertable. A meaningful write performance improvement for large-partition workloads.
View source ↗ - 2mo ago
2.28.3 (2026-07-16)
2.28.3 fixes a wrong-result bug in the columnar query execution pipeline and sort transformation edge cases — correctness patches with no new capabilities.
View source ↗ - 2mo ago
2.28.2 (2026-06-30)
2.28.2 is a migration and constraint fix release following 2.28.1's broader changes — standard housekeeping patch.
View source ↗