Add changes entry for #11930.

This commit is contained in:
Adrien Grand 2022-11-15 15:31:47 +01:00
parent 729dc2bb82
commit e2e14df5ac
1 changed files with 6 additions and 0 deletions

View File

@ -105,6 +105,12 @@ API Changes
* GITHUB#11822: Configure replicator PrimaryNode replia shutdown timeout. (Steven Schlansker)
* GITHUB#11930: Added IOContext#LOAD for files that are a small fraction of the
total index size and heavily accessed with a random access pattern. Some
Directory implementations may choose to load files that use this IOContext in
memory to provide stronger guarantees on query latency.
(Adrien Grand, Uwe Schindler)
New Features
---------------------
* GITHUB#11795: Add ByteWritesTrackingDirectoryWrapper to expose metrics for bytes merged, flushed, and overall