Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tune-tikv.md #634

Merged
merged 1 commit into from
Sep 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions op-guide/tune-tikv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
zhexuany marked this conversation as resolved.
Show resolved Hide resolved
# 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"
Expand Down Expand Up @@ -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.
+ If you demand a very low read-write latency, it is recommended to use SSD with high IOPS.