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.