Commit Graph

785 Commits (dd218bbc88e6ce9f2365b8cf35cd2714352381f3)
 

Author SHA1 Message Date
Igor Canadi c674b42d52 Rephrasing the comment 11 years ago
Kai Liu 43ee5e2b3a Fix the valgrind error in newly added unittests for table stats 11 years ago
Igor Canadi bcc8557901 tmpfs does not support fallocate 11 years ago
Siying Dong 65428b0c0a Fix Bug: iterator.Prev() or iterator.SeekToLast() might return the first element instead of the correct one 11 years ago
Siying Dong 9edda37027 Universal Compaction to Have a Size Percentage Threshold To Decide Whether to Compress 11 years ago
Kai Liu aac44226a0 Add bloom filter to predefined table stats 11 years ago
Vamsi Ponnekanti 6731997f64 [ldb compact is not allowing ttl flag] 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Igor Canadi fc4616d898 External Value Store 11 years ago
Kai Liu 0f31843c15 Fix the patent format 11 years ago
Siying Dong 073cbfc8f0 Enable background flush thread by default and fix issues related to it 11 years ago
Dhruba Borthakur cb5b2baf18 Added Patent information to the source code repository. 11 years ago
Dhruba Borthakur b825df81e2 Fix error in previous commit of 'ftruncate' to 'fallocate'. 11 years ago
Dhruba Borthakur 8457b74c26 Fix Unit test when run on tmpfs 11 years ago
Mayank Agarwal da2fd001a6 Fix rocksdb->levledb BytewiseComparator and inverted order of error in db/version_set.cc 11 years ago
Mayank Agarwal fe3713961e Features in Transaction log iterator 11 years ago
Kai Liu 86ef6c3f74 Add statistics to sst file 11 years ago
Siying Dong 88f2f89068 Change Function names from Compaction->Flush When they really mean Flush 11 years ago
sdong f8509653ba LRUCache to try to clean entries not referenced first. 11 years ago
Dhruba Borthakur c0ce562c32 Bad nfs file checked in a long time back. 11 years ago
Mayank Agarwal a8b4a69de0 Fixing error in ParseFileName causing DestroyDB to fail on archive directory 11 years ago
Siying Dong 40a1e31fa5 Minor: Fix a lint error in cache_test.cc 11 years ago
Igor Canadi d2ca2bd183 Fixing build failure 11 years ago
Igor Canadi d0beadd456 Env class that can randomly read and write 11 years ago
Dhruba Borthakur 7ac3c796f6 Add draft logo. 11 years ago
Dhruba Borthakur 6d5f6a4b1a A bare-bones rocksdb logo. 11 years ago
Dhruba Borthakur 3c37955a2f Remove obsolete namespace mappings. 11 years ago
Naman Gupta cbf4a06427 Add option for storing transaction logs in a separate dir 11 years ago
Naman Gupta 116071411b Make db_test more robust 11 years ago
Kai Liu 1f8ade6bd6 Fix a bug in table builder 11 years ago
Igor Canadi fa46ddb41f Move delete and free outside of crtical section 11 years ago
Dhruba Borthakur 1a8c1b0817 Unit test failure in DBTest.NumImmutableMemTable. 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Haobo Xu bf89edf78b [RocksDB] Added a property "leveldb.num-immutable-mem-table" so that Flush can be called without blocking, and application still has a way to check when it's done also without blocking. 11 years ago
Dhruba Borthakur 0a9f873f4b Removed scribe, thrift and java modules. 11 years ago
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