File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ sync-log = true
89
89
region-max-size = "384MB"
90
90
# The threshold value of Region split
91
91
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.
93
93
# To reduce the costs of scanning data in the checking process, set the value to 32MB during checking and set it to
94
94
# the default value in normal operation.
95
95
region-split-check-diff = "32MB"
@@ -257,4 +257,4 @@ following scenarios:
257
257
258
258
+ If you demand a high write throughput, it is recommended to use a disk with good throughput capacity.
259
259
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.
You can’t perform that action at this time.
0 commit comments