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

tikv: customized Region size is an experimental feature before TiDB v6.5.0 (#18775) #18804

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions best-practices/massive-regions-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,9 @@ config set merge-schedule-limit 8

Region 默认的大小约为 96 MiB,将其调大也可以减少 Region 个数,具体介绍可参考[使用更大的 Region](/tune-region-performance.md)

> **警告:**
>
> 自定义 Region 大小是在 TiDB v6.1.0 引入的实验特性,不建议在生产环境中配置。使用此特性的风险包括:
> **注意:**
>
> + 更容易发生性能抖动。
> + 查询性能回退,尤其是大范围数据查询的性能会有回退。
> + 调度变慢。
> 自定义 Region 大小在 TiDB v6.5.0 之前为实验特性。如需调整 Region 大小,建议升级至 v6.5.0 或更高版本。
### 方法七:提高 Raft 通信的的最大连接数

Expand Down