From 0225d8ade15c9d97b19100a33bdee14827d795f4 Mon Sep 17 00:00:00 2001 From: en-jin19 Date: Wed, 21 Jul 2021 18:18:48 +0200 Subject: [PATCH 1/2] Update description for pin-l0-filter-and-index-blocks in the TiKV configuration file --- 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 9d29c99c2b944..fa6cea231725a 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -890,7 +890,7 @@ Configuration items related to `rocksdb.defaultcf`, `rocksdb.writecf`, and `rock ### `pin-l0-filter-and-index-blocks` -+ Determines whether to pin the index and filter at L0 ++ Determines whether to pin the index block and filter block which control the SST file at L0 in memory. + Default value: `true` ### `use-bloom-filter` From 0a296d64bd30c65cd66426400c844db6896f3224 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Fri, 23 Jul 2021 14:17:53 +0800 Subject: [PATCH 2/2] Update tikv-configuration-file.md Co-authored-by: yiwu-arbug --- 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 fa6cea231725a..ad34ce379ffd1 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -890,7 +890,7 @@ Configuration items related to `rocksdb.defaultcf`, `rocksdb.writecf`, and `rock ### `pin-l0-filter-and-index-blocks` -+ Determines whether to pin the index block and filter block which control the SST file at L0 in memory. ++ Determines whether to pin the index and filter blocks of the level 0 SST files in memory. + Default value: `true` ### `use-bloom-filter`