timescaledb/.unreleased/compressed-sort-transform
Alexander Kuzmenkov d43b56200e
Apply sort transform optimizations to compressed chunks (#7528)
Currently we transform sorting by `time_bucket` to sorting by `time`
only for uncompressed chunks. Implement it for the compressed chunks as
well.
2025-01-13 14:58:01 +00:00

2 lines
109 B
Plaintext

Implements: #7528 Transform sorting on `time_bucket` to sorting on time for compressed chunks in some cases.