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

Apply sort transform optimizations to compressed chunks #7528

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Dec 11, 2024

Currently we transform sorting by time_bucket to sorting by time only for uncompressed chunks. Implement it for the compressed chunks as well.

Currently we transform sorting by `time_bucket` to sorting by
`time` only for uncompressed chunks. Implement it for the compressed
chunks as well.
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 88.33333% with 7 lines in your changes missing coverage. Please review.

Project coverage is 82.20%. Comparing base (59f50f2) to head (a8afc02).
Report is 651 commits behind head on main.

Files with missing lines Patch % Lines
tsl/src/nodes/decompress_chunk/planner.c 72.22% 2 Missing and 3 partials ⚠️
src/sort_transform.c 93.54% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7528      +/-   ##
==========================================
+ Coverage   80.06%   82.20%   +2.13%     
==========================================
  Files         190      230      +40     
  Lines       37181    43245    +6064     
  Branches     9450    10875    +1425     
==========================================
+ Hits        29770    35549    +5779     
- Misses       2997     3372     +375     
+ Partials     4414     4324      -90     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant