From 3f4008b1f1914d5f28ad9839195b7ae9d6482703 Mon Sep 17 00:00:00 2001 From: anand76 Date: Wed, 13 May 2020 10:11:44 -0700 Subject: [PATCH] Update HISTORY.md with a missing API change --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index aeaa1f813..02ddccf85 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -27,6 +27,7 @@ * Add NewFileChecksumGenCrc32cFactory to the file checksum public API, such that the builtin Crc32c based file checksum generator factory can be used by applications. * Add IsDirectory to Env and FS to indicate if a path is a directory. * ldb now uses options.force_consistency_checks = true by default and "--disable_consistency_checks" is added to disable it. +* Add ReadOptions::deadline to allow users to specify a deadline for MultiGet requests ### New Features * Added support for pipelined & parallel compression optimization for `BlockBasedTableBuilder`. This optimization makes block building, block compression and block appending a pipeline, and uses multiple threads to accelerate block compression. Users can set `CompressionOptions::parallel_threads` greater than 1 to enable compression parallelism. This feature is experimental for now.