From ab036fd0f2f2e55c477a3d981424fdb6fb39b1fe Mon Sep 17 00:00:00 2001 From: Zhexuan Yang Date: Wed, 26 Sep 2018 18:13:58 +0800 Subject: [PATCH] Update tune-tikv.md https://github.com/tikv/tikv/blob/master/src/raftstore/store/config.rs#L60 --- op-guide/tune-tikv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op-guide/tune-tikv.md b/op-guide/tune-tikv.md index f4ba72b72646b..a1bc1580ecc24 100644 --- a/op-guide/tune-tikv.md +++ b/op-guide/tune-tikv.md @@ -89,7 +89,7 @@ sync-log = true region-max-size = "384MB" # The threshold value of Region split region-split-size = "256MB" -# When the data size in a Region is larger than the threshold value, TiKV checks whether this Region needs split. +# When the data size change in a Region is larger than the threshold value, TiKV checks whether this Region needs split. # To reduce the costs of scanning data in the checking process, set the value to 32MB during checking and set it to # the default value in normal operation. region-split-check-diff = "32MB" @@ -257,4 +257,4 @@ following scenarios: + If you demand a high write throughput, it is recommended to use a disk with good throughput capacity. -+ If you demand a very low read-write latency, it is recommended to use SSD with high IOPS. \ No newline at end of file ++ If you demand a very low read-write latency, it is recommended to use SSD with high IOPS.