]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Mention the new MultiGetEntity API in HISTORY.md (#11226)
authorLevi Tamasi <ltamasi@fb.com>
Wed, 15 Feb 2023 19:50:18 +0000 (11:50 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 15 Feb 2023 19:50:18 +0000 (11:50 -0800)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/11226

Reviewed By: akankshamahajan15

Differential Revision: D43317602

Pulled By: ltamasi

fbshipit-source-id: 4b7e063848d3cfbdb9f0c0f54d68aeab8a82595c

HISTORY.md

index 62c57f0d642ef0db09a49c285881ba81c7424bed..33c503d1a5d267c40041748f13518d347c072fa1 100644 (file)
@@ -32,6 +32,7 @@
 
 ### New Features
 * Compaction filters are now supported for wide-column entities by means of the `FilterV3` API. See the comment of the API for more details.
+* Added a new `MultiGetEntity` API that enables batched wide-column point lookups. See the API comments for more details.
 
 ## 7.10.0 (01/23/2023)
 ### Behavior changes