-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
*: add flag to let etcd use the new boltdb freelistType feature #10444
Conversation
@xiang90 ptal |
Codecov Report
@@ Coverage Diff @@
## master #10444 +/- ##
=========================================
- Coverage 71.67% 71.48% -0.2%
=========================================
Files 392 392
Lines 36495 36504 +9
=========================================
- Hits 26158 26095 -63
- Misses 8517 8590 +73
+ Partials 1820 1819 -1
Continue to review full report at Codecov.
|
290d846
to
95f6c7b
Compare
@xiang90 ptal |
/cc @jpbetz |
b7c3383
to
7ab720b
Compare
@xiang90 ptal |
lgtm after fixing the import line. |
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.
Looks good. Just few nits.
lgtm |
Use the new bboltdb feature(map freelist type) as a experimental feature in etcd to boost the performance when the data stored in etcd is huge(like 50GB).