You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyRocks: Fixing stats collection assuming Deletes are rows (issue#100)
Summary:
MyRocks statistics assumed all operation types (including Delete, SingleDelete,
Merge) as incrementing rows. This diff changes behavior -- incrementing
rows for Put only.
Test Plan: new test case rocksdb.issue100_delete
Reviewers: spetrunia, hermanlee4, jkedgar
Reviewed By: jkedgar
Subscribers: webscalesql-eng
Differential Revision: https://reviews.facebook.net/D51315
0 commit comments