Commit Graph

90 Commits (cadc1adffa447f02eb65bd848cf26c13142a74bb)

Author SHA1 Message Date
Kai Liu 88ba331c1a Add the index/filter block cache 11 years ago
Igor Canadi 9bc4a26f56 Small changes in Deleting obsolete files 11 years ago
Igor Canadi 65e45f0c4a Update documentation 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
Haobo Xu fd2044883a [RocksDB] Generalize prefix-aware iterator to be used for more than one Seek 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 12 years ago
Siying Dong f03b2df010 Follow-up Cleaning-up After D13521 12 years ago
Siying Dong d4eec30ed0 Make "Table" pluggable 12 years ago
Kai Liu 994575c134 Support user-defined table stats collector 12 years ago
Igor Canadi 100fa8e013 If a Put fails, fail all other puts 12 years ago
sdong f8509653ba LRUCache to try to clean entries not referenced first. 12 years ago
Dhruba Borthakur 3c37955a2f Remove obsolete namespace mappings. 12 years ago
Naman Gupta cbf4a06427 Add option for storing transaction logs in a separate dir 12 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 12 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 12 years ago
Haobo Xu fa798e9e28 [Rocksdb] Submit mem table flush job in a different thread pool 12 years ago
Haobo Xu 0e422308aa [RocksDB] Remove Log file immediately after memtable flush 12 years ago
Dhruba Borthakur 197034e4c3 An iterator may automatically invoke reseeks. 12 years ago
Mayank Agarwal 7afdf5e9f8 Correct status in options.h from WouldBlock to Incomplete 12 years ago
Dhruba Borthakur fc0c399d2e Introduced a new flag non_blocking_io in ReadOptions. 12 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 12 years ago
Deon Nicholas b87dcae1a3 Made merge_oprator a shared_ptr; and added TTL unit tests 12 years ago
Mayank Agarwal 3ab2792f93 Add default info to comment in leveldb/options.h for no_block_cache 12 years ago
Mayank Agarwal 28e6fe5e9f Correct documentation for no_block_cache in leveldb/options.h 12 years ago
Tyler Harter f5f1842282 Prefix filters for scans (v4) 12 years ago
sumeet 3b81df34bd Separate compaction filter for each compaction 12 years ago
Jim Paton 1036537c94 Add soft and hard rate limit support 12 years ago
Mayank Agarwal 59d0b02f8b Expand KeyMayExist to return the proper value if it can be found in memory and also check block_cache 12 years ago
Jim Paton 9700677a2b Slow down writes gradually rather than suddenly 12 years ago
Xing Jin 0f0a24e298 Make arena block size configurable 12 years ago
Jim Paton 52d7ecfc78 Virtualize SkipList Interface 12 years ago
Mayank Agarwal bf66c10b13 Use KeyMayExist for WriteBatch-Deletes 12 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 12 years ago
Dhruba Borthakur 7cb8d462d5 Rename PickCompactionHybrid to PickCompactionUniversal. 12 years ago
Haobo Xu a8d5f8dde2 [RocksDB] Remove old readahead options 12 years ago
Dhruba Borthakur 116ec527f2 Renamed 'hybrid_compaction' tp be "Universal Compaction'. 12 years ago
Dhruba Borthakur 47c4191fe8 Reduce write amplification by merging files in L0 back into L0 12 years ago
Dhruba Borthakur 554c06dd18 Reduce write amplification by merging files in L0 back into L0 12 years ago
Haobo Xu 96be2c4ee0 [RocksDB] Add mmap_read option for db_stress 12 years ago
Haobo Xu 3cc1af2062 [RocksDB] Option for incremental sync 12 years ago
Dhruba Borthakur 6acbe0fc45 Compact multiple memtables before flushing to storage. 12 years ago
Haobo Xu bdf1085944 [RocksDB] cleanup EnvOptions 12 years ago
Haobo Xu d897d33bf1 [RocksDB] Introduce Fast Mutex option 12 years ago
Haobo Xu ab8d2f6ab2 [RocksDB] [Performance] Allow different posix advice to be applied to the same table file 12 years ago
heyongqiang 4b29651206 add block deviation option to terminate a block before it exceeds block_size 12 years ago
Haobo Xu 0e879c93de [RocksDB] dump leveldb.stats periodically in LOG file. 12 years ago
Haobo Xu 87d0af15d8 [RocksDB] Introduce an option to skip log error on recovery 12 years ago