From 16308482c3c16f60d179cdd2edadf93c5e234665 Mon Sep 17 00:00:00 2001 From: Hui Xiao Date: Mon, 28 Aug 2023 10:02:24 -0700 Subject: [PATCH] Remove history entry for #11658 --- HISTORY.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 27a248b4eb9..8d0bdcf4538 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -16,9 +16,6 @@ * Add close_db option to `WaitForCompactOptions` to call Close() after waiting is done. * Add a new compression option `CompressionOptions::checksum` for enabling ZSTD's checksum feature to detect corruption during decompression. -### Public API Changes -* Mark `Options::access_hint_on_compaction_start` related APIs as deprecated. See #11631 for alternative behavior. - ### Behavior Changes * Statistics `rocksdb.sst.read.micros` now includes time spent on multi read and async read into the file * For Universal Compaction users, periodic compaction (option `periodic_compaction_seconds`) will be set to 30 days by default if block based table is used.