From a53866bb12fc5295be37bf5d1dde03970d05c2f4 Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Wed, 7 Jul 2021 14:49:36 -0700 Subject: [PATCH 1/2] TiKV configuration: defaultcf.titan config should not apply to other CFs Signed-off-by: Yi Wu --- tikv-configuration-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 6de5e2862748e..8e7f5d9ac0286 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1064,9 +1064,9 @@ Configuration items related to `rocksdb.defaultcf`, `rocksdb.writecf`, and `rock + Default value: `"128MB"` + Unit: KB|MB|GB -## rocksdb.defaultcf.titan | rocksdb.writecf.titan | rocksdb.lockcf.titan +## rocksdb.defaultcf.titan -Configuration items related to `rocksdb.defaultcf.titan`, `rocksdb.writecf.titan`, and `rocksdb.lockcf.titan`. +Configuration items related to `rocksdb.defaultcf.titan`. ### `min-blob-size` From 05fb9bbefd39c07baf221f6ca2cf976dbb85a7b8 Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Wed, 7 Jul 2021 15:03:44 -0700 Subject: [PATCH 2/2] formatting fix Signed-off-by: Yi Wu --- 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 8e7f5d9ac0286..68e4a23e27c70 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1142,7 +1142,7 @@ Configuration items related to `rocksdb.defaultcf.titan`. + Determines whether to use the merge operator to write back blob indexes for Titan GC. When `gc-merge-rewrite` is enabled, it reduces the effect of Titan GC on the writes in the foreground. + Default value: `false` -## `raftdb` +## raftdb Configuration items related to `raftdb`