From dd89e6cd395b5e3fe572ab9d5c11f682a8f3af4a 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 7b576af056b36..b9556d7c8839c 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1048,9 +1048,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 8f38087aa1c4b276de90593355d7c75126ddd8a5 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 b9556d7c8839c..b4ecbe424a597 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1126,7 +1126,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`