Commit Graph

7851 Commits (2a5463ae8497a122ea91f74a8604da17ab60557b)
 

Author SHA1 Message Date
Yanqin Jin 842cdc11dd Use correct FileMeta for atomic flush result install (#4932) 5 years ago
Andrew Kryczka 0ea57115a3 Fix `WriteBatchBase::DeleteRange` API comment (#4935) 5 years ago
Maysam Yabandeh 35e5689e11 Take snapshots once for all cf flushes (#4934) 5 years ago
Alexander Zinoviev 32a6dd9a41 Add a new CPU time counter to compaction report (#4889) 5 years ago
Yanqin Jin 158da7a6ee Verify checksum before ingestion (#4916) 5 years ago
anand76 d0d484b132 Always delete Blob DB files in the background (#4928) 5 years ago
Yanqin Jin 95604d13e9 Change the command to invoke parallel tests (#4922) 6 years ago
Sagar Vemuri 4978caaa6f Remove a redundant call to TableFileName in CompactionJob::FinishCompactionOutputFile (#4925) 6 years ago
Siying Dong ee1818081f Remove PlainTable's feature store_index_in_file (#4914) 6 years ago
zhichao-cao e2547103fd Fix the build error caused by the dynamic array (#4918) 6 years ago
Andrew Kryczka e242fa4664 Add latest toolchain (gcc-8, etc.) build support for fbcode users (#4923) 6 years ago
Siying Dong bc7d1661a8 Fix test name typo in PlainTableDBTest 6 years ago
Siying Dong f184bee77b PlainTable should avoid copying Get() results from immortal source. (#4924) 6 years ago
Yanqin Jin e1de88c8c7 Escape '.' by adding a '\' to avoid matching any char 6 years ago
Siying Dong fc53839bfa Disallow customized hash function in DynamicBloom (#4915) 6 years ago
Dmitry Fink e07aa8669d Allow full merge when root of history for a key is reached (#4909) 6 years ago
Andrew Kryczka 8ec3e72551 Cache dictionary used for decompressing data blocks (#4881) 6 years ago
PeifengSi 43defe9872 Correct the code comment in Compaction::KeyNotExistsBeyondOutputLevel (#4902) 6 years ago
Siying Dong d94aa2f7db Make compaction_pri = kMinOverlappingRatio to be default (#4911) 6 years ago
Andrew Kryczka 27054d837b Call NewDataBlockIterator with correct arguments in DB::Get (#4913) 6 years ago
Sagar Vemuri 0cead31d10 Fix Clang static analyzer warning in db_bench (#4910) 6 years ago
Siying Dong 5bf941966b CompactionPri = kMinOverlappingRatio also uses compensated file size (#4907) 6 years ago
Remington Brasga 1eded07f00 Bug in Regular Expression in Makefile (#4682) 6 years ago
Zhongyi Xie cbe0239270 add cast to avoid loss of precision error (#4906) 6 years ago
Siying Dong 08b8cea69f Deleting Blob files also goes through SstFileManager (#4904) 6 years ago
Philip Jameson b2ba06856a Add load() statements to TARGETS files 6 years ago
Sagar Vemuri 8189c184ec Remove unused Blob WAL filter (#4896) 6 years ago
Zhichao Cao ce8e88d2d7 Generate mixed workload with Get, Put, Seek in db_bench (#4788) 6 years ago
Andrew Kryczka 16a5ac5b69 Update HISTORY.md with new use of ZSTD_CDict (#4901) 6 years ago
Andrew Kryczka 01013ae766 Digest ZSTD compression dictionary once when writing SST file (#4849) 6 years ago
Yi Wu b1ad6ebba8 WritePrepared: fix two versions in compaction see different status for released snapshots (#4890) 6 years ago
Maysam Yabandeh 7fd9813b9f WritePrepared: commit of delayed prepared entries (#4894) 6 years ago
tom wang 73ff15c07b WritePrepared: fix typo in comments 6 years ago
Yanqin Jin dd9eca1c58 Remove unused variable to fix clang compilation err (#4893) 6 years ago
Sagar Vemuri 3cfc7515fc Remove an unused option (#4888) 6 years ago
Yi Wu 128f532858 WritePrepared: fix issue with snapshot released during compaction (#4858) 6 years ago
Yanqin Jin e79df377c5 Use chrono::time_point instead of time_t (#4868) 6 years ago
Yi Wu 5d4fddfa52 WritePrepared: Fix visible key compacted out by compaction (#4883) 6 years ago
Maysam Yabandeh cad99a6031 WritePrepared: snapshot should be larger than max_evicted_seq_ (#4886) 6 years ago
Siying Dong 7d13f307ff Improve Error Message When wal_dir doesn't exist (#4874) 6 years ago
Sagar Vemuri 55e03b67df Correct the comment about inlined blob option (#4887) 6 years ago
Yi Wu d50c10ed37 WritePrepared: Fix SmallestUnCommittedSeq() doesn't check delayed_prepared (#4867) 6 years ago
Yanqin Jin 301da345ae Make a copy of MutableCFOptions to avoid race condition (#4876) 6 years ago
Siying Dong 4e37251b4d With ldb --try_load_options and wal_dir doesn't exist, ignore it (#4875) 6 years ago
Maysam Yabandeh 856ac24484 WritePrepared: fix race condition on GetSnapshotListFromDB (#4872) 6 years ago
Zhongyi Xie 6a4ec41fed add assert to silence clang warning (#4871) 6 years ago
Varadharajan 349c7cceff Fix downloaded filename of snappy (#4870) 6 years ago
Siying Dong 1fb2e274c5 Remove some components (#4101) 6 years ago
Maysam Yabandeh d56ac22b44 Remove duplicates from SnapshotList::GetAll (#4860) 6 years ago
Yanqin Jin 75714b4c08 Initialize two members in PerfContext (#4859) 6 years ago