]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md with a missing API change
authoranand76 <anand76@devvm1373.frc2.facebook.com>
Wed, 13 May 2020 17:11:44 +0000 (10:11 -0700)
committeranand76 <anand76@devvm1373.frc2.facebook.com>
Wed, 13 May 2020 17:11:44 +0000 (10:11 -0700)
HISTORY.md

index aeaa1f8138aa21a0dbc3498c23a605a1f44e5f3c..02ddccf85c1e63c663f9604ef17ae2278e42772a 100644 (file)
@@ -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.