Commit Graph

3620 Commits (a16d0cc494ea8853b84c606efc04b61e33878fff)

Author SHA1 Message Date
Andrew Kryczka 6fbe96baf8 Compaction Support for Range Deletion 8 years ago
Andrew Kryczka f47054015d Handle WAL deletion when using avoid_flush_during_recovery 8 years ago
Yi Wu e29d3b67c2 Make max_background_compactions and base_background_compactions dynamic changeable 8 years ago
Aaron Gao 21e8daced5 fix assertion failure in Prev() 8 years ago
Yueh-Hsuan Chiang 040328a30d Remove an assertion for single-delete in MergeHelper::MergeUntil 8 years ago
Islam AbdelRahman f26a139d89 Log successful AddFile 8 years ago
Islam AbdelRahman 5691a1d8a4 Fix compaction conflict with running compaction 8 years ago
Andrew Kryczka 017de666c7 fixup commit 8 years ago
Andrew Kryczka 1b7af5fb1a Redo handling of recycled logs in full purge 8 years ago
Aaron Gao 447f17127c new Prev() prefix support using SeekForPrev() 8 years ago
Islam AbdelRahman 2ad68b971a Support running consistency checks in release mode 8 years ago
Islam AbdelRahman d062328977 Revert "Support SST files with Global sequence numbers" 8 years ago
Reid Horuff 2c1f95291d Add facility to write only a portion of WriteBatch to WAL 8 years ago
Islam AbdelRahman ab01da5437 Support SST files with Global sequence numbers 8 years ago
Andrew Kryczka 6009c473c7 Store range tombstones in memtable 8 years ago
Aaron Gao 26388247aa delete unused variable for PrevInterval() 8 years ago
Islam AbdelRahman 87dfc1d23e Fix conflict between AddFile() and CompactRange() 8 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 8 years ago
yiwu-arbug eb3894cf42 Recompute compaction score on SetOptions (#1346) 8 years ago
Islam AbdelRahman 5c64fb67d2 Fix AddFile() conflict with compaction output [WaitForAddFile()] 8 years ago
Islam AbdelRahman 9e9f5a0b92 Fix CompactFilesTest.ObsoleteFiles timeout (#1353) 8 years ago
Aaron Gao c2a62a4cb2 not cut compaction output when compact to level 0 8 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
yiwu-arbug 4bc8c88e6b Recover same sequence id from WAL (#1350) 8 years ago
Aaron Gao 0a1bd9c509 add cfh deletion started listener 8 years ago
Islam AbdelRahman da5a9a65c1 Fix mac build 8 years ago
Islam AbdelRahman abc0ae462b Add AddFile() InternalStats for Total files/L0 files/total keys ingested 8 years ago
Aaron Gao 715256338a forbid merge during recovery 8 years ago
Yi Wu e4d3f5d9b8 Fix DBImpl::GetWalPreallocateBlockSize Mac build error 8 years ago
sdong d78a4401b5 DBImpl::GetWalPreallocateBlockSize() should return size_t 8 years ago
sdong b666f85445 Consider more factors when determining preallocation size of WAL files 8 years ago
rockeet 4c3f4496b5 Add TableBuilderOptions::level and relevant changes (#1335) 8 years ago
Yi Wu 0a88f38b7e Remove ColumnFamilyData::options() 8 years ago
Yi Wu 8d9bf5c498 Fix DBOptionsTest.GetLatestOptions 8 years ago
Yi Wu 40cfa3e021 Fix DBWALTest.RecoveryWithLogDataForSomeCFs with mac 8 years ago
Andrew Kryczka 06b4785fec Fix recovery for WALs without data for all CFs 8 years ago
Andrew Kryczka d7242ff4d5 Fix GetSortedWalFiles when log recycling enabled 8 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 8 years ago
Yi Wu 81747f1be6 Refactor MutableCFOptions 8 years ago
somnathr 9e4aa798c3 Summary: (#1313) 8 years ago
Adam Faulkner a10e8a056d Fix C api memtable rep bugs. (#1328) 8 years ago
zhangjinpeng1987 b06b191362 add C api for set wal_recovery_mode (#1327) 8 years ago
Islam AbdelRahman 1cca091298 Temporarily revert Prev() prefix support 8 years ago
Islam AbdelRahman 52ee07b021 Move AddFile() tests to external_sst_file_test.cc 8 years ago
Edouard A 66a91e2607 Add NoSpace subcode to IOError (#1320) 8 years ago
sdong 67036c0406 Fix Flaky ColumnFamilyTest.FlushCloseWALFiles 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
Injun Song ce1be2ce37 Fix build error on Windows (AppVeyor) (#1315) 8 years ago
sdong 22696b0881 Fix uninitlized CompactionJob::SubcompactionState::current_output_file_size 8 years ago
Yi Wu a88677d2cf Remove ImmutableCFOptions from public API 8 years ago