Oct 30, 2024
Improved
TimescaleDB extension version 2.17.1 is now available for Aiven for PostgreSQL®. It introduces new features, performance improvements, and bug fixes on top of release 2.16.1. Upgrade to 2.17.1 at your earliest convenience to make sure you use the most robust and secure version available.
Refer to TimescaleDB release notes for all the changes introduced in this release.
Key new features
merge
instead of deleting old materialized data and re-inserting. This update can decrease dramatically the amount of data that must be written on the continuous aggregate in the presence of a small number of changes, reduce the i/o
cost of refreshing a continuous aggregate, and generate fewer Write-Ahead Logs (WAL
). Overall, continuous aggregate policies will be more lightweight, use less system resources, and complete faster.SIMD
) vectorization optimization to our engine by supporting vectorized execution for queries that group by using the segment_by
column(s) and aggregate using the basic aggregate functions (sum
, count
, avg
, min
, max
)segment_by
columns)PostgreSQL 14 deprecation announcement
PostgreSQL 14 will be supported until April 2025. Closer to that time, there will be an announcement of the specific version of TimescaleDB in which PostgreSQL 14 support will not be included going forward.
New features
merge
statement on continuous aggregates refresh.sum(int4)
with grouping on segment by
columns.decompress_batches_scan
functions for easier maintenance.osm
chunk.returning
clause for merge
.min
, max
, sum
, avg
, stddev
, variance
for compressed columns of arithmetic types, when there is grouping on segment by
columns or no grouping.Bug fixes
compressed_data_info
function.segment by
and order by
checks when dropping a column from a compressed hypertable.apt
and rpm
loader packages.compression_chunk_size
catalog table.osm
chunk.pg_config
command executed by cmake
to avoid the unexpected building errors.