Skip to content

Commit

Permalink
fix the recommended range for region-split-size (#18187) (#18193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Jul 29, 2024
1 parent 86ca4b4 commit 81578ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tune-region-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TiKV 自动将底层数据进行[分片](/best-practices/tidb-best-practices.md#

> **注意:**
>
> Region 大小的推荐范围为 [48MiB, 258MiB],常用的大小包括 96 MiB、128 MiB、256 MiB。不推荐将 Region 大小设置超过 1 GiB,强烈建议不超过 10 GiB。过大的 Region 可能带来以下影响:
> Region 大小的推荐范围为 [48 MiB, 256 MiB],常用的大小包括 96 MiB、128 MiB、256 MiB。不推荐将 Region 大小设置超过 1 GiB,强烈建议不超过 10 GiB。过大的 Region 可能带来以下影响:
>
> + 性能抖动。
> + 查询性能回退,尤其是大范围数据查询的性能会有回退。
Expand Down

0 comments on commit 81578ec

Please sign in to comment.