timescaledb
timescaledb copied to clipboard
Backport to 2.14.x: #6774: Fully recompress unordered compressed chunks
This is an automated backport of #6774: Fully recompress unordered compressed chunks. This PR will be merged automatically after all the relevant CI checks pass. If this fix should not be backported, or will be backported manually, just close this PR. You can use the backport branch to add your changes, it won't be modified automatically anymore.
For more details, please see the documentation
Original description
Fully recompress unordered compressed chunks
Recent changes switched recompression of unordered compressed chunks to use segmentwise recompression which is designed to work with partial chunks only. This change reverts that back to full recompression.
Disable-check: force-changelog-file
Codecov Report
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 79.63%. Comparing base (
39616e8
) to head (ddd1942
). Report is 14 commits behind head on 2.14.x.
Files | Patch % | Lines |
---|---|---|
tsl/src/compression/api.c | 33.33% | 0 Missing and 2 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## 2.14.x #6783 +/- ##
==========================================
- Coverage 79.73% 79.63% -0.11%
==========================================
Files 190 190
Lines 37343 37195 -148
Branches 9483 9439 -44
==========================================
- Hits 29777 29620 -157
- Misses 3147 3179 +32
+ Partials 4419 4396 -23
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Released with 2.15, closing.