Commit Graph

221 Commits (c9622aab776c3deff8cbeea41f26b132318a5045)

Author SHA1 Message Date
sdong 4af1954fd6 Compaction Filter V1 to use old context struct to keep backward compatible 11 years ago
sdong e0a87c4cf1 DBIter to use static allocated char array for saved_key_ (if it is not too long) 11 years ago
Igor Canadi 8a139a054c More valgrind issues! 11 years ago
sdong 43a593a6d9 Change default value of some Options 11 years ago
Haobo Xu a92194e5b2 [RocksDB] Add db property "rocksdb.cur-size-active-mem-table" 11 years ago
sdong 6b2e7a2a01 When Options.max_num_files=-1, non level0 files also by pass table cache 11 years ago
Danny Guo d9ca83df28 [rocksdb] make init prefix more robust 11 years ago
Danny Guo b47812fba6 [rocksdb] new CompactionFilterV2 API 11 years ago
sdong f681030c80 Fix DBTest.UniversalCompactionTrigger failure caused by D17067 11 years ago
sdong 752ec46cd5 Add a unit test to verify compaction filter context 11 years ago
Igor Canadi 22507aff6c Fix compile issue in Mac OS 11 years ago
sdong 71e6a34271 Add a DB property to indicate number of background errors encountered 11 years ago
Kai Liu 1ec72b37b1 Several easy-to-add properties related to compaction and flushes 11 years ago
sdong c61c9830d4 Fix a bug that Prev() can hang. 11 years ago
Kai Liu 11da8bc5df A heuristic way to check if a memtable is full 11 years ago
Igor Canadi 2b95dc1542 Revert "Fix bad merge of D16791 and D16767" 11 years ago
sdong 839c8ecfcd Fix bad merge of D16791 and D16767 11 years ago
sdong fac58c0504 DBTest: remove perf_context's time > 0 check 11 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 11 years ago
Igor Canadi c0ccf43648 MergingIterator assertion 11 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 11 years ago
Igor Canadi be7e273d83 fix u/s comparison #83 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Igor Canadi ca5f1a225a CompactionContext to include is_manual_compaction 11 years ago
Lei Jin 5fbf2ef42d preload table handle on Recover() when max_open_files == -1 11 years ago
Albert Strasheim df2f92214a Support for LZ4 compression. 11 years ago
Lei Jin 5b3b6549d6 use super_version in NewIterator() and MultiGet() function 11 years ago
Siying Dong d169b67680 [Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte. 11 years ago
kailiu 4f6cb17bdb First phase API clean up 11 years ago
Mike Lin af7838de36 address code review comments on 5e3aeb5f8e 11 years ago
Siying Dong 8477255da3 Moving Some includes from options.h to forward declaration 11 years ago
kailiu 66dc033af3 Temporarily disable caching index/filter blocks 11 years ago
Lei Jin aba2acb5ec CompactRange() to return status 11 years ago
Tomislav Novak 81c9cc9b3b Tailing iterator 11 years ago
Igor Canadi 6fe9b57748 Refactor Recover() code 11 years ago
Igor Canadi 83681bf9ef Statistics code cleanup 11 years ago
Mike Lin 5e3aeb5f8e An initial implementation of kCompactionStopStyleSimilarSize for universal compaction 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
Igor Canadi d9cd7a063f Fix CompactRange to apply filter to every key 11 years ago
Igor Canadi 1ed2404f27 Wrong number of levels is Invalid argument now, not corruption 11 years ago
Igor Canadi 6291020284 Fix test 11 years ago
Igor Canadi 055e6df45b VersionEdit not to take NumLevels() 11 years ago
Igor Canadi 7d9f21cf23 BuildBatchGroup -- memcpy outside of lock 11 years ago
Naman Gupta 8454cfe569 Add read/modify/write functionality to Put() api 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
Siying Dong 424a524ac9 [Performance Branch] A Hashed Linked List Based Mem Table 11 years ago
Kai Liu 5e7d5629c7 Fix the valgrind issues 11 years ago
Igor Canadi b60c14f6ee Support multi-threaded DisableFileDeletions() and EnableFileDeletions() 11 years ago
kailiu 079a21ba99 Fix the unused variable warning message in mac os 11 years ago
Siying Dong abaf26266d [RocksDB] [Performance Branch] Some Changes to PlainTable format 11 years ago