Commit Graph

114 Commits (c699c84af47d454837b1e6e0aa64c55b69ee8ff4)

Author SHA1 Message Date
Schalk-Willem Kruger a09ee1069d Improve RocksDB "get" performance by computing merge result in memtable 11 years ago
Mark Callaghan 97aa401e2f Add compression options to db_bench 11 years ago
lovro 930cb0b9ee Clarify CompactionFilter thread safety requirements 11 years ago
kailiu 6eb5649800 Move flush_block_policy from Options to TableFactory 11 years ago
kailiu 1415f8820d Improve the "table stats" 11 years ago
Kai Liu 80bb81c6fe Add the correct table_factory for tables in table_tests 11 years ago
Kai Liu 35460ccb53 Fix the string format issue 11 years ago
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
Igor Canadi 9bc4a26f56 Small changes in Deleting obsolete files 11 years ago
Igor Canadi 1510339e52 Speed up FindObsoleteFiles 11 years ago
Kai Liu fd075d6edd Provide mechanism to configure when to flush the block 11 years ago
shamdor c2be2cba04 WAL log retention policy based on archive size. 11 years ago
Dhruba Borthakur b4ad5e89ae Implement a compressed block cache. 11 years ago
Naman Gupta fe25070242 In-place updates for equal keys and similar sized values 11 years ago
Siying Dong d4eec30ed0 Make "Table" pluggable 11 years ago
Kai Liu 994575c134 Support user-defined table stats collector 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
sdong f8509653ba LRUCache to try to clean entries not referenced first. 11 years ago
Naman Gupta cbf4a06427 Add option for storing transaction logs in a separate dir 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Haobo Xu fa798e9e28 [Rocksdb] Submit mem table flush job in a different thread pool 11 years ago
Haobo Xu 22bb7c754b [RocksDB] print the name of options.memtable_factory in LOG so we know 11 years ago
Dhruba Borthakur 4012ca1c7b Added a parameter to limit the maximum space amplification for universal compaction. 11 years ago
Haobo Xu 0e422308aa [RocksDB] Remove Log file immediately after memtable flush 11 years ago
Dhruba Borthakur 197034e4c3 An iterator may automatically invoke reseeks. 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Jim Paton 74781a0c49 Add three new MemTableRep's 11 years ago
Tyler Harter a8f47a4006 Add options to dump. 11 years ago
Tyler Harter f5f1842282 Prefix filters for scans (v4) 11 years ago
sumeet 3b81df34bd Separate compaction filter for each compaction 11 years ago
Xing Jin 17b8f786a3 Fix unit tests/bugs for universal compaction (first step) 11 years ago
Jim Paton 1036537c94 Add soft and hard rate limit support 11 years ago
Xing Jin 0f0a24e298 Make arena block size configurable 11 years ago
Jim Paton 52d7ecfc78 Virtualize SkipList Interface 11 years ago
Mayank Agarwal bf66c10b13 Use KeyMayExist for WriteBatch-Deletes 11 years ago
Dhruba Borthakur 9357a53a7d Fix merge problems with options. 11 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 11 years ago
Haobo Xu a8d5f8dde2 [RocksDB] Remove old readahead options 11 years ago
Dhruba Borthakur 116ec527f2 Renamed 'hybrid_compaction' tp be "Universal Compaction'. 11 years ago
Dhruba Borthakur 47c4191fe8 Reduce write amplification by merging files in L0 back into L0 11 years ago
Dhruba Borthakur 554c06dd18 Reduce write amplification by merging files in L0 back into L0 11 years ago
Haobo Xu 3cc1af2062 [RocksDB] Option for incremental sync 11 years ago
Dhruba Borthakur 6acbe0fc45 Compact multiple memtables before flushing to storage. 11 years ago
Haobo Xu d897d33bf1 [RocksDB] Introduce Fast Mutex option 11 years ago
Haobo Xu ab8d2f6ab2 [RocksDB] [Performance] Allow different posix advice to be applied to the same table file 11 years ago
heyongqiang 4c47d8f345 add block deviation option to terminate a block before it exceeds block_size 11 years ago
heyongqiang 4b29651206 add block deviation option to terminate a block before it exceeds block_size 11 years ago
Haobo Xu 0e879c93de [RocksDB] dump leveldb.stats periodically in LOG file. 11 years ago
Haobo Xu 87d0af15d8 [RocksDB] Introduce an option to skip log error on recovery 11 years ago
Dhruba Borthakur d1aaaf718c Ability to set different size fanout multipliers for every level. 11 years ago