Commit Graph

102 Commits (99e03bcbf1acc47b6b13fd3b8859a8bbc5fdd462)

Author SHA1 Message Date
Siying Dong aa0ef6602d [Performance Branch] If options.max_open_files set to be -1, cache table readers in FileMetadata for Get() and NewIterator() 11 years ago
kailiu 12b6d2b839 Separate the aligned and unaligned memory allocation 11 years ago
Igor Canadi 72918efffe [column families] Implement DB::OpenWithColumnFamilies() 11 years ago
Igor Canadi 9385a5247e [RocksDB] [Column Family] Interface proposal 11 years ago
Haobo Xu 3c02c363b3 [RocksDB] [Performance Branch] Added dynamic bloom, to be used for memable non-existing key filtering 11 years ago
kailiu 90729f8b23 Extract metaindex block from block-based table 11 years ago
lovro 930cb0b9ee Clarify CompactionFilter thread safety requirements 11 years ago
Dhruba Borthakur 38feca4f35 Removed redundant slice_transform.h and memtablerep.h 11 years ago
kailiu 6eb5649800 Move flush_block_policy from Options to TableFactory 12 years ago
kailiu 1415f8820d Improve the "table stats" 12 years ago
Dhruba Borthakur 31295b0a1b Add License message to public header files. 12 years ago
Igor Canadi a0ce3fd00a PurgeObsoleteFiles() unittest 12 years ago
Kai Liu 88ba331c1a Add the index/filter block cache 12 years ago
Igor Canadi 9bc4a26f56 Small changes in Deleting obsolete files 12 years ago
Igor Canadi 65e45f0c4a Update documentation 12 years ago
Igor Canadi 1510339e52 Speed up FindObsoleteFiles 12 years ago
Kai Liu fd075d6edd Provide mechanism to configure when to flush the block 12 years ago
Haobo Xu fd2044883a [RocksDB] Generalize prefix-aware iterator to be used for more than one Seek 12 years ago
shamdor c2be2cba04 WAL log retention policy based on archive size. 12 years ago
Dhruba Borthakur b4ad5e89ae Implement a compressed block cache. 12 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