Commit Graph

48 Commits (55baa3d955e86f155b141e17ea920150999db8fb)

Author SHA1 Message Date
kailiu 21587760b9 Fixing the warning messages captured under mac os # Consider using `git commit -m 'One line title' && arc diff`. # You will save time by running lint and unit in the background. 11 years ago
Mayank Agarwal f837f5b1c9 Making the transaction log iterator more robust 11 years ago
Haobo Xu 8cbe5bb56b [RocksDB] Add OnCompactionStart to CompactionFilter class 11 years ago
Mayank Agarwal 56305221c4 Unify DeleteFile and DeleteWalFiles 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Mayank Agarwal 854d236361 Add backward compatible option in GetLiveFiles to choose whether to not Flush first 11 years ago
Rajat Goel 11c65021fb Revert "Minor fixes found while trying to compile it using clang on Mac OS X" 11 years ago
Rajat Goel 5f2c136c32 Minor fixes found while trying to compile it using clang on Mac OS X 11 years ago
Mayank Agarwal e2a093a6c3 Fix delete in db_ttl.cc 11 years ago
Mayank Agarwal 4b785aab05 Add logdata to ttl 11 years ago
Xing Jin 42c109cc2e New ldb command to convert compaction style 11 years ago
Mayank Agarwal b1d09f1a51 Fix build failing becasue of ttl-keymayexist 11 years ago
Mayank Agarwal f121c4f504 KeyMayExist for ttl 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Deon Nicholas 6f4e3ee3e8 Added include guards to stringappend and redis-list 11 years ago
Deon Nicholas b87dcae1a3 Made merge_oprator a shared_ptr; and added TTL unit tests 11 years ago
Mayank Agarwal 8a3547d38e API for getting archived log files 11 years ago
Deon Nicholas e1346968d8 Merge operator fixes part 1. 11 years ago
Deon Nicholas ad48c3c262 Benchmarking for Merge Operator 11 years ago
Mayank Agarwal f1bf169484 Counter for merge failure 11 years ago
sumeet 3b81df34bd Separate compaction filter for each compaction 11 years ago
Deon Nicholas e37eb21e92 minor change to fix build 11 years ago
Deon Nicholas c2d7826ced [RocksDB] [MergeOperator] The new Merge Interface! Uses merge sequences. 11 years ago
Mayank Agarwal 73f9518b21 Fix build 11 years ago
Mayank Agarwal 1d7b4765c3 Expose base db object from ttl wrapper 11 years ago
Mayank Agarwal cacd812fb2 Support user's compaction filter in TTL logic 11 years ago
Mayank Agarwal c42485f67c Merge operator for ttl 11 years ago
Mayank Agarwal 59d0b02f8b Expand KeyMayExist to return the proper value if it can be found in memory and also check block_cache 11 years ago
Haobo Xu 9ee68871dc [RocksDB] Enable manual compaction to move files back to an appropriate level. 11 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 11 years ago
Deon Nicholas 34ef873290 Added stringappend_test back into the unit tests. 11 years ago
Mayank Agarwal b858da709a Simplify bucketing logic in ldb-ttl 11 years ago
Mayank Agarwal 61f1baaedf Introducing timeranged scan, timeranged dump in ldb. Also the ability to count in time-batches during Dump 11 years ago
Deon Nicholas 8926b72751 Minor tweaks to StringAppend MergeOperator. 11 years ago
Deon Nicholas 5679107b07 Completed the implementation and test cases for Redis API. 11 years ago
Mayank Agarwal 3c35eda9bd Make Write API work for TTL databases 11 years ago
Deon Nicholas db1f0cddf3 Fixed valgrind errors 11 years ago
Deon Nicholas d8c7c45ea0 Very basic Multiget and simple test cases. 11 years ago
Haobo Xu 8a59ed9bc7 [RockdDB] fix build 11 years ago
Deon Nicholas accd3debbb Implemented StringAppendOperator and unit tests. 12 years ago
Haobo Xu 4ca3c67bd3 [RocksDB] Cleanup compaction filter to use a class interface, instead of function pointer and additional context pointer. 12 years ago
Mayank Agarwal 3102628873 Bring read_only into ttl 12 years ago
Mayank Agarwal c605e12479 Adding Sanity checks in Get and Iterator->value for ttl 12 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 12 years ago
Mayank Agarwal 37e97b1297 Fix invalid-read to freed memory in ttl-iterator 12 years ago
Mayank Agarwal d786b25e2d Timestamp and TTL Wrapper for rocksdb 12 years ago