You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: HISTORY.md
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
* Add experimental `PerfContext` counters `iter_{next|prev|seek}_count` for db iterator, each counting the times of corresponding API being called.
19
19
* Allow runtime changes to whether `WriteBufferManager` allows stall or not by calling `SetAllowStall()`
20
20
* 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).
21
22
22
23
### Bug Fixes
23
24
* In block cache tracing, fixed some cases of bad hit/miss information (and more) with MultiGet.
0 commit comments