Commit Graph

800 Commits (d88d8ecf807accd403ac0a01db4d6a20e7e80de7)
 

Author SHA1 Message Date
Mayank Agarwal aad2110823 Updating README.fb to have newest verison 2.4 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Mayank Agarwal b3ed08129b Add a statistic to count the number of calls to GetUpdatesSince 11 years ago
Mayank Agarwal 854d236361 Add backward compatible option in GetLiveFiles to choose whether to not Flush first 11 years ago
Haobo Xu 200c05a23f [RocksDB] Still honor DisableFileDeletions when purge_log_after_memtable_flush is on 11 years ago
Haobo Xu fa798e9e28 [Rocksdb] Submit mem table flush job in a different thread pool 11 years ago
Xing Jin 658a3ce2fa Fix SIGSEGV issue in universal compaction 11 years ago
Mayank Agarwal 6b34021fc2 Triggering verify for gets also 11 years ago
Haobo Xu 71046971f0 [RocksDB] Added perf counters to track skipped internal keys during iteration 11 years ago
Kai Liu 861f6e48e4 Remove the hard-coded enum value in statistics.h 11 years ago
Natalie Hildebrandt 7edb92b843 Phase 2 of iterator stress test 11 years ago
Haobo Xu 22bb7c754b [RocksDB] print the name of options.memtable_factory in LOG so we know 11 years ago
Xing Jin 8eb552bf4d New unit test for iterator with snapshot 11 years ago
Haobo Xu 0c4040681a [RocksDB] Move last_sequence and last_flushed_sequence_ update back into lock protected area 11 years ago
Haobo Xu 08740b15a4 [RocksDB] Fix skiplist sequential insertion optimization 11 years ago
Haobo Xu e0aa19a94e [RocbsDB] Add an option to enable set based memtable for perf_context_test 11 years ago
Dhruba Borthakur f1a60e5c3e The vector rep implementation was segfaulting because of incorrect initialization of vector. 11 years ago
Dhruba Borthakur 87d6eb2f6b Implement apis in the Environment to clear out pages in the OS cache. 11 years ago
Natalie Hildebrandt 9262061b0d Fixing crashing tests to include iterpercent param 11 years ago
Dhruba Borthakur 5e9f3a9aa7 Better locking in vectorrep that increases throughput to match speed of storage. 11 years ago
Natalie Hildebrandt 433541823c Phase 1 of an iterator stress test 11 years ago
Haobo Xu 4734dbb742 [RocksDB] Unit test to show Seek key comparison number 11 years ago
Haobo Xu 72fcbf055d [RocksDB] Fix DBTest.UniversalCompactionSizeAmplification too 11 years ago
Haobo Xu 5b76338c01 [RocksDB] Fix DBTest.UniversalCompactionTrigger to reflect the correct compaction trigger condition. 11 years ago
Rajat Goel 11c65021fb Revert "Minor fixes found while trying to compile it using clang on Mac OS X" 11 years ago
Haobo Xu 1d8c57db23 [RocksDB] Universal compaction trigger condition minor fix 11 years ago
Rajat Goel 5f2c136c32 Minor fixes found while trying to compile it using clang on Mac OS X 11 years ago
Haobo Xu 8866448001 [RocksDB] fix build env_test 11 years ago
Dhruba Borthakur 4012ca1c7b Added a parameter to limit the maximum space amplification for universal compaction. 11 years ago
Mayank Agarwal e2a093a6c3 Fix delete in db_ttl.cc 11 years ago
Mayank Agarwal eeb90c7ee9 Update README file for public interface 11 years ago
Mayank Agarwal 5e73c4d4ad Update README file and check arc diff with proxy 11 years ago
Haobo Xu 1565dab809 [RocksDB] Enhance Env to support two thread pools LOW and HIGH 11 years ago
Haobo Xu 0e422308aa [RocksDB] Remove Log file immediately after memtable flush 11 years ago
Mayank Agarwal 6e2b5809f6 Updating readme file for version 2.3 11 years ago
Haobo Xu f2f4c8072f [RocksDB] Added nano second stopwatch and new perf counters to track block read cost 11 years ago
Dhruba Borthakur 32c965d417 Flush was hanging because the configured options specified that more than 1 memtable need to be merged. 11 years ago
Dhruba Borthakur 197034e4c3 An iterator may automatically invoke reseeks. 11 years ago
Mayank Agarwal de98c1d9aa Update documentation for backups and LogData 11 years ago
Mayank Agarwal 4b785aab05 Add logdata to ttl 11 years ago
Mayank Agarwal aa5c897d42 Return pathname relative to db dir in LogFile and cleanup AppendSortedWalsOfType 11 years ago
Xing Jin 42c109cc2e New ldb command to convert compaction style 11 years ago
Mayank Agarwal 352f0636ef Fix memory leak in table.cc 11 years ago
Mayank Agarwal b1d09f1a51 Fix build failing becasue of ttl-keymayexist 11 years ago
Mayank Agarwal c34271a5a5 Fix bug in Counters and record Sequencenumber using only TickerCount 11 years ago
Mayank Agarwal ab5c5c28fe Fix build caused by DeleteFile not tolerating / at the beginning 11 years ago
Mayank Agarwal f121c4f504 KeyMayExist for ttl 11 years ago
Mayank Agarwal 7afdf5e9f8 Correct status in options.h from WouldBlock to Incomplete 11 years ago
Mayank Agarwal 46dcf51ca5 Return a '/' before names of all files through MakeFileName 11 years ago
Dhruba Borthakur 59de2dbad7 Cleanup DeleteFile API 11 years ago