Skip to content

Commit 957e85b

Browse files
zhexuanyngaut
authored andcommitted
1 parent afcbfd9 commit 957e85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

op-guide/tune-tikv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ sync-log = true
8989
region-max-size = "384MB"
9090
# The threshold value of Region split
9191
region-split-size = "256MB"
92-
# When the data size in a Region is larger than the threshold value, TiKV checks whether this Region needs split.
92+
# When the data size change in a Region is larger than the threshold value, TiKV checks whether this Region needs split.
9393
# To reduce the costs of scanning data in the checking process, set the value to 32MB during checking and set it to
9494
# the default value in normal operation.
9595
region-split-check-diff = "32MB"
@@ -257,4 +257,4 @@ following scenarios:
257257

258258
+ If you demand a high write throughput, it is recommended to use a disk with good throughput capacity.
259259

260-
+ If you demand a very low read-write latency, it is recommended to use SSD with high IOPS.
260+
+ If you demand a very low read-write latency, it is recommended to use SSD with high IOPS.

0 commit comments

Comments
 (0)