From eec6e8bf0da0c0072a5b9a311eb595de5a28f785 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 16 Dec 2024 17:11:21 +0800 Subject: [PATCH] fix version-mark format for shared-blob-cache (#19704) (#19705) --- tikv-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 0656a08a541f4..438b47d8d2b4a 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1687,7 +1687,7 @@ Configuration items related to `rocksdb.defaultcf.titan`. + Recommended value: `0`. Starting from v8.0.0, TiKV introduces the `shared-blob-cache` configuration item and enables it by default, so there is no need to set `blob-cache-size` separately. The configuration of `blob-cache-size` only takes effect when `shared-blob-cache` is set to `false`. + Unit: KiB|MiB|GiB -### `shared-blob-cache` (New in v8.0.0) +### `shared-blob-cache` New in v8.0.0 + Controls whether to enable the shared cache for Titan blob files and RocksDB block files. + Default value: `true`. When the shared cache is enabled, block files have higher priority. This means that TiKV prioritizes meeting the cache needs of block files and then uses the remaining cache for blob files.