mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 01:10:37 +08:00
Currently we transform sorting by `time_bucket` to sorting by `time` only for uncompressed chunks. Implement it for the compressed chunks as well.
2 lines
109 B
Plaintext
2 lines
109 B
Plaintext
Implements: #7528 Transform sorting on `time_bucket` to sorting on time for compressed chunks in some cases.
|