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

[Util] Add util to migration badgerDB values to be compressed #5627

Draft
wants to merge 2 commits into
base: leo/compress-badgerdb-value
Choose a base branch
from

Conversation

zhangchiqing
Copy link
Member

Close #5578

@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 57.74%. Comparing base (5429925) to head (92c6b0f).
Report is 52 commits behind head on master.

Files Patch % Lines
storage/badger/operation/compression.go 0.00% 69 Missing ⚠️
storage/badger/operation/init.go 38.88% 10 Missing and 1 partial ⚠️
storage/badger/operation/codec.go 90.24% 4 Missing ⚠️
storage/badger/operation/common.go 76.92% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5627      +/-   ##
==========================================
+ Coverage   55.65%   57.74%   +2.09%     
==========================================
  Files        1041      887     -154     
  Lines      101935    86092   -15843     
==========================================
- Hits        56729    49716    -7013     
+ Misses      40846    32682    -8164     
+ Partials     4360     3694     -666     
Flag Coverage Δ
unittests 57.74% <38.29%> (+2.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@zhangchiqing zhangchiqing changed the base branch from master to leo/compress-badgerdb-value April 4, 2024 22:06
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.

Add migration to util to compress all badgerDB data
2 participants