Commit Graph

642 Commits (e1dfe80fe01810970bc5e5aa089aa24fd2103f89)

Author SHA1 Message Date
anand76 9046bdc5d3 Fix MultiGet() bug when whole_key_filtering is disabled (#5665) 5 years ago
Maysam Yabandeh 7bc18e2727 Disable snapshot refresh feature when snap_refresh_nanos is 0 (#5724) 5 years ago
sdong 3552473668 Introduce IngestExternalFileOptions.verify_checksums_readahead_size (#5721) 5 years ago
sdong e1c468d16f Do readahead in VerifyChecksum() (#5713) 5 years ago
Yanqin Jin 353a68d550 Update HISTORY.md for 6.4.0 (#5714) 5 years ago
Levi Tamasi 3a3dc29437 Update HISTORY.md for 6.3.2/6.4.0 and add a not-yet-released change 5 years ago
sdong bd2c753dd0 Add command "list_file_range_deletes" in ldb (#5615) 5 years ago
Yanqin Jin 5d9a67e718 Support loading custom objects in unit tests (#5676) 5 years ago
Eli Pozniansky 4834dab578 Improve CPU Efficiency of ApproximateSize (part 2) (#5609) 5 years ago
Levi Tamasi b538e756c2 Split the recent block based table changes between 6.3 and 6.4 in HISTORY.md 5 years ago
Fosco Marotto 265db3ebb5 Update history and version for 6.4.0 (#5652) 5 years ago
Eli Pozniansky 9625a2bc2b Added SizeApproximationOptions to DB::GetApproximateSizes (#5626) 5 years ago
Mark Rambacher cfcf045acc The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293) 5 years ago
Levi Tamasi 092f417037 Move the uncompression dictionary object out of the block cache (#5584) 5 years ago
sdong 3782accf7d ldb sometimes specify a string-append merge operator (#5607) 5 years ago
Maysam Yabandeh 327c4807a7 Disable refresh snapshot feature by default (#5606) 5 years ago
sdong 66b5613d0c row_cache to share entry for recent snapshots (#5600) 5 years ago
Venki Pallipadi 3a6e83b56b HISTORY update for export and import column family APIs 5 years ago
Levi Tamasi 3bde41b5a3 Move the filter readers out of the block cache (#5504) 5 years ago
sdong aa0367aabb Allow ldb to open DB as secondary (#5537) 5 years ago
Yanqin Jin 7c76a7fba2 Support GetAllKeyVersions() for non-default cf (#5544) 5 years ago
anand76 e0d9d57750 Fix bugs in WAL trash file handling (#5520) 5 years ago
sdong e4dcf5fd22 db_bench to add a new "benchmark" to print out all stats history (#5532) 5 years ago
Yi Wu 662ce62044 Reduce iterator key comparison for upper/lower bound check (2nd attempt) (#5468) 5 years ago
anand76 7259e28d91 MultiGet parallel IO (#5464) 5 years ago
sdong 15fd3be07b LRU Cache to enable mid-point insertion by default (#5508) 5 years ago
Yanqin Jin c08c0ae731 Add C binding for secondary instance (#5505) 5 years ago
Mike Kolupaev b4d7209428 Add an option to put first key of each sst block in the index (#5289) 5 years ago
Yi Wu 2730fe693e Fix ingested file and direcotry not being sync (#5435) 5 years ago
Simon Grätzer fe90ed7a70 Replace Corruption with TryAgain status when new tail is not visible to TransactionLogIterator (#5474) 5 years ago
Levi Tamasi 5355e527d9 Make the 'block read count' performance counters consistent (#5484) 5 years ago
Yanqin Jin f287f8dc93 Fix a bug caused by secondary not skipping the beginning of new MANIFEST (#5472) 5 years ago
Sagar Vemuri f1219644ec Validate CF Options when creating a new column family (#5453) 5 years ago
Levi Tamasi ba64a4cf52 Revert "Reduce iterator key comparison for upper/lower bound check (#5111)" (#5440) 5 years ago
Yanqin Jin 6ce5580882 Improve memtable earliest seqno assignment for secondary instance (#5413) 5 years ago
Levi Tamasi bee2f48a66 Refactor the handling of cache related counters and statistics (#5408) 5 years ago
Yanqin Jin 340ed4fac7 Add support for timestamp in Get/Put (#5079) 5 years ago
Andrew Kryczka ebe89ef9d8 Fix merging range tombstone covering put during flush/compaction (#5406) 5 years ago
Siying Dong cb094e13bb Auto roll logger to enforce options.keep_log_file_num immediately after a new file is created (#5370) 5 years ago
Yanqin Jin b9f5900658 Fix WAL replay by skipping old write batches (#5170) 5 years ago
Levi Tamasi 1e35584251 Move the index readers out of the block cache (#5298) 5 years ago
haoyuhuang 74a334a2eb Provide an option so that SST ingestion won't fall back to copy after hard linking fails (#5333) 5 years ago
Siying Dong b2274da0e5 LogWriter to only flush after finish generating whole record (#5328) 5 years ago
Vijay Nadimpalli 931c9df886 Use separate status code for column family drop and db shutdown in progress (#5275) 5 years ago
Maysam Yabandeh 5c0e304170 WritePrepared: Clarify the need for two_write_queues in unordered_write (#5313) 5 years ago
Yanqin Jin fb4c6a31ce Log replay integration for secondary instance (#5305) 5 years ago
yiwu-arbug f3a7847598 Reduce iterator key comparison for upper/lower bound check (#5111) 5 years ago
Yanqin Jin ad27045d14 Update HISTORY after cherrypicking a bug fix to 6.2 (#5309) 5 years ago
Maysam Yabandeh f383641a1d Unordered Writes (#5218) 5 years ago
Yanqin Jin e626016545 Fix a race condition caused by unlocking db mutex (#5294) 5 years ago