From 80384f91726bfde2011a620c2375e0eeb8271678 Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 16 Dec 2024 16:55:43 +0800 Subject: [PATCH] fix version-mark format for shared-blob-cache Signed-off-by: Aolin --- 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 9890bef94e332..8950841ca850c 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1688,7 +1688,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.