MySQLOnRocksDB/mysql-5.6
forked from facebook/mysql-5.6

Loading…
Using SingleDelete() in MyRocks #115
Closed
yoshinorim opened this Issue
· 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RocksDB added SingleDelete() support (https://reviews.facebook.net/D43179). This is very useful feature to reduce the number of tombstones, but it has to be used carefully.
In MyRocks, SingleDelete() can be used in the following conditions.
I'll start working on this task after https://reviews.facebook.net/D45873 is committed.