Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP

Loading…

Using SingleDelete() in MyRocks #115

Closed
yoshinorim opened this Issue · 0 comments

2 participants

@yoshinorim
Owner

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.

  • All secondary indexes
  • Primary indexes if tables have primary key columns only
  • Read-Modify-Write has to be done (blind write is not allowed)

I'll start working on this task after https://reviews.facebook.net/D45873 is committed.

@yoshinorim yoshinorim self-assigned this
@hermanlee hermanlee referenced this issue in facebook/mysql-5.6
Open

Using SingleDelete() in MyRocks #64

@hermanlee hermanlee closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.