Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully recompress unordered compressed chunks #6774

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

antekresic
Copy link
Contributor

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

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 80.72%. Comparing base (59f50f2) to head (2f991f2).
Report is 84 commits behind head on main.

Files Patch % Lines
tsl/src/compression/api.c 33.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6774      +/-   ##
==========================================
+ Coverage   80.06%   80.72%   +0.65%     
==========================================
  Files         190      191       +1     
  Lines       37181    36415     -766     
  Branches     9450     9496      +46     
==========================================
- Hits        29770    29395     -375     
- Misses       2997     3168     +171     
+ Partials     4414     3852     -562     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@antekresic antekresic force-pushed the fix-rollup branch 3 times, most recently from f64ff86 to 17b0c81 Compare March 15, 2024 10:46
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.
@antekresic antekresic enabled auto-merge (rebase) March 25, 2024 08:46
@antekresic antekresic merged commit 24552be into timescale:main Mar 25, 2024
40 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants