Commit Graph

25 Commits (d616ebea23fa88cb9c2c8588533526a566d9cfab)

Author SHA1 Message Date
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Aaron Gao 7eddecce12 support bulk loading with universal compaction 7 years ago
Sagar Vemuri 1ffbdfd9a7 Add a new SstFileWriter constructor without explicit comparator 7 years ago
Siying Dong ba4c77bd6b Divide external_sst_file_test 7 years ago
Aaron Gao e877afa08b Remove bulk loading and auto_roll_logger in rocksdb_lite 7 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 7 years ago
Hyeonseok Oh f2b4939da4 fixed typo 8 years ago
Islam AbdelRahman 76711b6e77 Make ExternalSSTFileTest::CompactionDeadlock more deterministic 8 years ago
Islam AbdelRahman d58ef52ba6 Allow SstFileWriter to Fadvise the file away from page cache 8 years ago
Ding Ma 1a136c1f13 Expose file size 8 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Islam AbdelRahman 2ba59b5a1e Disallow ingesting files into dropped CFs 8 years ago
Islam AbdelRahman 20ce081fae Fix issue where IngestExternalFile insert blocks in block cache with g_seqno=0 8 years ago
Islam AbdelRahman ed8fbdb560 Add EventListener::OnExternalFileIngested() event 8 years ago
Islam AbdelRahman 67f37cf198 Allow user to specify a CF for SST files generated by SstFileWriter 8 years ago
Islam AbdelRahman 5ed650857d Fix SstFileWriter destructor 8 years ago
Islam AbdelRahman 9bd191d2f4 Fix deadlock between (WriterThread/Compaction/IngestExternalFile) 8 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 8 years ago
Islam AbdelRahman b88f8e87c5 Support SST files with Global sequence numbers [reland] 8 years ago
Islam AbdelRahman 5691a1d8a4 Fix compaction conflict with running compaction 8 years ago
Islam AbdelRahman d062328977 Revert "Support SST files with Global sequence numbers" 8 years ago
Islam AbdelRahman ab01da5437 Support SST files with Global sequence numbers 8 years ago
Islam AbdelRahman 87dfc1d23e Fix conflict between AddFile() and CompactRange() 8 years ago
Islam AbdelRahman 5c64fb67d2 Fix AddFile() conflict with compaction output [WaitForAddFile()] 8 years ago
Islam AbdelRahman 52ee07b021 Move AddFile() tests to external_sst_file_test.cc 8 years ago
Islam AbdelRahman 80c75593ed Fix data race in AddFile() with multiple files + custom comparator bug 8 years ago
Islam AbdelRahman 6a17b07ca8 Add TablePropertiesCollector support in SstFileWriter 8 years ago
Islam AbdelRahman 64a0082c69 Fix DBSSTest::AddExternalSstFileSkipSnapshot valgrind fail 8 years ago
Zongzhi Chen 98d0b78eac Added check_snapshot option in the DB's AddFile function (#1261) 8 years ago
Yi Wu ae0ad719de Fix flaky DBSSTTEST::DeleteObsoleteFilesPendingOutputs 8 years ago
John Alexander 9ab38c45ad Remove %z Format Specifier and Fix Windows Build of sim_cache.cc (#1224) 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
Islam AbdelRahman fa813f7478 Update DB::AddFile() to ingest the file to the lowest possible level 8 years ago
Aaron Gao 43afd72bee [rocksdb] make more options dynamic 8 years ago
Islam AbdelRahman b95510ddf4 Fix DBTest.RateLimitedDelete flakiness 8 years ago
Yi Wu 792762c42c Split db_test.cc 8 years ago