Skip to content

Commit eb622b1

Browse files
committed
HISTORY.md
1 parent bd4a27e commit eb622b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Add experimental `PerfContext` counters `iter_{next|prev|seek}_count` for db iterator, each counting the times of corresponding API being called.
1919
* Allow runtime changes to whether `WriteBufferManager` allows stall or not by calling `SetAllowStall()`
2020
* New statistics `rocksdb.file.read.{flush|compaction}.micros` that measure read time of block-based SST tables or blob files during flush or compaction.
21+
* Introduced a new option `block_protection_bytes_per_key`, which can be used to enable per key-value integrity protection for in-memory blocks in block cache (#11287).
2122

2223
### Bug Fixes
2324
* In block cache tracing, fixed some cases of bad hit/miss information (and more) with MultiGet.

0 commit comments

Comments
 (0)