Commit Graph

273 Commits (d642c60bdc100f7509ca77b383cd47b51d80d810)

Author SHA1 Message Date
Lei Jin d642c60bdc Check PrefixMayMatch on Seek() 10 years ago
Lei Jin 3995e801ab kill ReadOptions.prefix and .prefix_seek 10 years ago
sdong a570740727 Expose number of entries in mem tables to users 10 years ago
Igor Canadi 1068d2fa60 Revert "Better port::Mutex::AssertHeld() and AssertNotHeld()" 10 years ago
Igor Canadi ddafceb6c2 Better port::Mutex::AssertHeld() and AssertNotHeld() 10 years ago
Igor Canadi f813279da5 Remove TransactionLogIteratorRace when -DNDEBUG 10 years ago
sdong 0f40fe4bc7 When creating a new DB, fail it when wal_dir contains existing log files 10 years ago
Igor Canadi dbe0f327ca Set log_empty to false even when options.sync is off [fix tests] 10 years ago
Kai Liu 1405232b6d Temporarily disable a test case in db_test 10 years ago
Kai Liu 75b59d5146 Enable hash index for block-based table 10 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 10 years ago
Igor Canadi dc55903293 Improved CompressedCache 10 years ago
Igor Canadi b947fdc89d Column family support for DB::OpenForReadOnly() 10 years ago
Igor Canadi 731e55c01c Fix GetProperty() test 10 years ago
Haobo Xu 48bc0c6ad3 [RocksDB] Fix a race condition in GetSortedWalFiles 10 years ago
sdong 4af1954fd6 Compaction Filter V1 to use old context struct to keep backward compatible 10 years ago
sdong e0a87c4cf1 DBIter to use static allocated char array for saved_key_ (if it is not too long) 10 years ago
Igor Canadi 8a139a054c More valgrind issues! 10 years ago
sdong 43a593a6d9 Change default value of some Options 10 years ago
Haobo Xu a92194e5b2 [RocksDB] Add db property "rocksdb.cur-size-active-mem-table" 10 years ago
sdong 6b2e7a2a01 When Options.max_num_files=-1, non level0 files also by pass table cache 10 years ago
Danny Guo d9ca83df28 [rocksdb] make init prefix more robust 10 years ago
Danny Guo b47812fba6 [rocksdb] new CompactionFilterV2 API 10 years ago
sdong f681030c80 Fix DBTest.UniversalCompactionTrigger failure caused by D17067 10 years ago
sdong 752ec46cd5 Add a unit test to verify compaction filter context 10 years ago
Igor Canadi 22507aff6c Fix compile issue in Mac OS 10 years ago
sdong 71e6a34271 Add a DB property to indicate number of background errors encountered 10 years ago
Kai Liu 1ec72b37b1 Several easy-to-add properties related to compaction and flushes 10 years ago
sdong c61c9830d4 Fix a bug that Prev() can hang. 10 years ago
Igor Canadi 928ee23567 Change WriteBatch interface 10 years ago
Kai Liu 11da8bc5df A heuristic way to check if a memtable is full 10 years ago
Igor Canadi 25c8a1a20f More bug fixed introduced by code cleanup 10 years ago
Igor Canadi b5d6ad69fc Bug fixes introduced by code cleanup 10 years ago
Igor Canadi 2b95dc1542 Revert "Fix bad merge of D16791 and D16767" 10 years ago
sdong 839c8ecfcd Fix bad merge of D16791 and D16767 10 years ago
sdong fac58c0504 DBTest: remove perf_context's time > 0 check 10 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 10 years ago
Igor Canadi c0ccf43648 MergingIterator assertion 10 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 10 years ago
Igor Canadi 343c32be7b [CF] DifferentMergeOperators and DifferentCompactionStyles tests 11 years ago
Igor Canadi 8b7ab9951c [CF] Handle failure in WriteBatch::Handler 11 years ago
Igor Canadi 6aef661230 some improvements to CompressedCache test 11 years ago
Igor Canadi 422bb09cb0 Fix table properties 11 years ago
Igor Canadi be7e273d83 fix u/s comparison #83 11 years ago
Igor Canadi c67d48c852 [CF] DB test to run on non-default column family 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Igor Canadi b06840aa7d [CF] Rethinking ColumnFamilyHandle and fix to dropping column families 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