-
Notifications
You must be signed in to change notification settings - Fork 600
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
perf(hummock manager): store incremental hummock version in meta #3503
Conversation
ae2cd9f
to
139eb1e
Compare
139eb1e
to
87a969a
Compare
Codecov Report
@@ Coverage Diff @@
## main #3503 +/- ##
==========================================
+ Coverage 74.46% 74.48% +0.01%
==========================================
Files 769 770 +1
Lines 108052 108126 +74
==========================================
+ Hits 80466 80541 +75
+ Misses 27586 27585 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
bc1ca3b
to
065f2c0
Compare
prev_id: old_version.id, | ||
..Default::default() | ||
}, | ||
); | ||
let mut new_hummock_version = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to remove VarTransaction
for hummock_versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to remove
VarTransaction
forhummock_versions
I wanted to remove it in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
store incremental hummock version in meta
it will replace hummock version
Checklist
Refer to a related PR or issue link (optional)