rocksdb/utilities/ttl
Mayank Agarwal c42485f67c Merge operator for ttl
Summary: Implemented a TtlMergeOperator class which inherits from MergeOperator and is TTL aware. It strips out timestamp from existing_value and attaches timestamp to new_value, calling user-provided-Merge in between.

Test Plan: make all check

Reviewers: haobo, dhruba

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D11775
2013-08-01 09:27:17 -07:00
..
db_ttl.cc Merge operator for ttl 2013-08-01 09:27:17 -07:00
db_ttl.h Merge operator for ttl 2013-08-01 09:27:17 -07:00
ttl_test.cc Make Write API work for TTL databases 2013-06-10 15:23:44 -07:00