From dacef38630a906fcf3318d1bc5ccf75fdaea22e1 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 9ccd686c3f6d9..c178a886b83f8 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1063,9 +1063,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 05518da9157a9f0d43a311777b51278f57faeb5b 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 c178a886b83f8..967a82be3aef4 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1141,7 +1141,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`