Commit Graph

315 Commits (158da7a6eeecedac0c837bc6989d4773176d350c)

Author SHA1 Message Date
Igor Canadi f7489123e2 Move compaction picker and internal key comparator to ColumnFamilyData 11 years ago
Dhruba Borthakur abd70ecc2b The default settings enable checksum verification on every read. 11 years ago
Igor Canadi eb055609e4 [column families] Move memtable and immutable memtable list to column family data 11 years ago
Siying Dong 8477255da3 Moving Some includes from options.h to forward declaration 11 years ago
Tomislav Novak 81c9cc9b3b Tailing iterator 11 years ago
Kai Liu bb19b530ca Aggressively inlining the short functions in coding.cc 11 years ago
Naman Gupta 1447bb5919 Allow callback to change size of existing value. Change return type of the callback function to an enum status to handle 3 cases. 11 years ago
Naman Gupta 8454cfe569 Add read/modify/write functionality to Put() api 11 years ago
Schalk-Willem Kruger a09ee1069d Improve RocksDB "get" performance by computing merge result in memtable 11 years ago
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 12 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