rocksdb/utilities/write_batch_with_index
sdong f441b273ae WriteBatchWithIndex to support an option to overwrite rows when operating the same key
Summary: With a new option, when accepting a new key, WriteBatchWithIndex will find an existing index of the same key, and replace the content of it.

Test Plan: Add a unit test case.

Reviewers: ljin, yhchiang, rven, igor

Reviewed By: igor

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D24753
2014-10-10 15:19:21 -07:00
..
write_batch_with_index.cc WriteBatchWithIndex to support an option to overwrite rows when operating the same key 2014-10-10 15:19:21 -07:00
write_batch_with_index_test.cc WriteBatchWithIndex to support an option to overwrite rows when operating the same key 2014-10-10 15:19:21 -07:00