Commit Graph

2452 Commits (eb3894cf42525627912ac4f15996bafb322cac57)

Author SHA1 Message Date
sdong 6525ce4caf Compaction stats printing: "batch" => "commit group" 8 years ago
Islam AbdelRahman a297643f2e Fix valgrind memory leak 8 years ago
Islam AbdelRahman d11c09d9e2 Eliminate memcpy from ForwardIterator 8 years ago
Islam AbdelRahman b693ba68b5 Minor PinnedIteratorsManager Refactoring 8 years ago
sdong 4beffe001d Fix test data race in two FaultInjectionTest tests 8 years ago
sdong 56dd034115 read_options.background_purge_on_iterator_cleanup to cover forward iterator and log file closing too. 8 years ago
Islam AbdelRahman ccecf3f4fb UniversalCompaction should ignore sorted runs being compacted (when compacting for file num) 8 years ago
Zongzhi Chen 98d0b78eac Added check_snapshot option in the DB's AddFile function (#1261) 8 years ago
Yi Wu 7882cb9773 Make DBOptionsTest::EnableAutoCompactionAndTriggerStall less falky 8 years ago
omegaga c3a4bea5dc Fix flaky test `ObsoleteFiles` 8 years ago
Yi Wu ee027fc19f Ignore write stall triggers when auto-compaction is disabled 8 years ago
Aaron Gao 343304e1d3 Use StopWatch to do statistic job in db_impl_add_file.cc 8 years ago
Jay Edgar cdc4eb6892 Add a GetComparator() function to the ColumnFamilyHandle base class so that the user's comparator can be retrieved. 8 years ago
Islam AbdelRahman 5e2c796589 Make DBTest.CompressionStatsTest more deterministic 8 years ago
Aaron Gao e72ea485ed add InDomain regression test 8 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 years ago
sdong 0ce258f9b3 Compaction picker to expand output level files for keys cross files' boundary too. 8 years ago
Wanning Jiang e12270dfee fix previous typo 8 years ago
Islam AbdelRahman 16e225f70d Fix MergeContext::copied_operands_ strings moving 8 years ago
Yi Wu ae0ad719de Fix flaky DBSSTTEST::DeleteObsoleteFilesPendingOutputs 8 years ago
Yi Wu c6654588bd Disable two dynamic options tests under lite build 8 years ago
sdong 2a6d0cde72 Ignore stale logs while restarting DBs 8 years ago
sdong d5a51d4de3 Need to make sure log file synced before flushing memtable of one column family 8 years ago
Yi Wu 89f319c2df Fix unit test which breaks lite build 8 years ago
Yi Wu 32604e6601 Fix flush not being commit while writing manifest 8 years ago
John Alexander 9ab38c45ad Remove %z Format Specifier and Fix Windows Build of sim_cache.cc (#1224) 8 years ago
omegaga e70020e4f6 Only cache level 0 indexes and filter when opening table reader 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
sdong e70ba4e40e MemTable::PostProcess() can skip updating num_deletes if the delta is 0 8 years ago
sdong 2a282e5f54 DBTablePropertiesTest.GetPropertiesOfTablesInRange: Fix Flaky 8 years ago
John Alexander 9430333f84 New Statistics to track Compression/Decompression (#1197) 8 years ago
sdong 21c55bdb6e DBTest.DynamicLevelCompressionPerLevel: Tune Threshold 8 years ago
sdong 6797e6ffac Avoid updating memtable allocated bytes if write_buffer_size is not set 8 years ago
Aaron Gao dda6c72ac8 Add DestroyColumnFamilyHandle(ColumnFamilyHandle**) to db.h 8 years ago
Andrew Kryczka 56222f57df Avoid FileMetaData copy 8 years ago
Yi Wu 6ea41f8527 Fix deadlock when trying update options when write stalls 8 years ago
Jay Edgar efd013d6d8 Miscellaneous performance improvements 8 years ago
Aaron Gao 816ae098ea fix test failure 8 years ago
Aaron Gao 8e6b38d895 update DB::AddFile to ingest list of sst files 8 years ago
Yi Wu 296545a2c7 Fix clang analyzer errors 8 years ago
sdong 907f24d0e1 Concurrent memtable inserter to update counters and flush state after all inserts 8 years ago
Andrew Kryczka e1b3ee8a79 Cleanup auto-roll logger flush-while-rolling test 8 years ago
omegaga cd4178a015 Add a new feature to enforce a sync point only active on a thread 8 years ago
Gunnar Kudrjavets b954847fca Fix release build for MyRocks by using debug-only code only in debug builds 8 years ago
sdong a00bf1b3cf Add More Logging to track total_log_size 8 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
Aaron Gao 5aaef91d4a group multiple batch of flush into one manifest file (one call to LogAndApply) 8 years ago
omegaga a45ee83181 Fix a bug that accesses invalid address in iterator cleanup function 8 years ago
Gunnar Kudrjavets bdb1d19a69 Fix UBSan build break caused by variable not initialized 8 years ago
sdong c4cef07f1b Update DBTestUniversalCompaction.UniversalCompactionSingleSortedRun to use max_size_amplification_percent = 0 8 years ago