-
Notifications
You must be signed in to change notification settings - Fork 89
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
trace memory of MemTables #207
Conversation
Signed-off-by: tabokie <xy.tao@outlook.com>
Signed-off-by: tabokie <xy.tao@outlook.com>
Codecov Report
@@ Coverage Diff @@
## master #207 +/- ##
==========================================
+ Coverage 96.95% 96.96% +0.01%
==========================================
Files 28 28
Lines 7652 7687 +35
==========================================
+ Hits 7419 7454 +35
Misses 233 233
Continue to review full report at Codecov.
|
I ran a benchmark to get a baseline memory usage:
|
Signed-off-by: tabokie <xy.tao@outlook.com>
Signed-off-by: tabokie <xy.tao@outlook.com>
Signed-off-by: tabokie <xy.tao@outlook.com>
Signed-off-by: tabokie <xy.tao@outlook.com>
Signed-off-by: tabokie <xy.tao@outlook.com>
This reverts commit 16b933b. Signed-off-by: tabokie <xy.tao@outlook.com>
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
Signed-off-by: tabokie xy.tao@outlook.com
Ref #205
Added a new method to flush internal metrics, including memory used by
MemTables
.