Skip to content

Commit

Permalink
fix version-mark format for shared-blob-cache (#19704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Dec 16, 2024
1 parent 67712d4 commit 15b8ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <span class="version-mark">New in v8.0.0</span>

+ 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.
Expand Down

0 comments on commit 15b8ea5

Please sign in to comment.