Skip to content

Commit

Permalink
update the maximum region size for TiFlash (#18293) (#18299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 6, 2024
1 parent 931f79a commit 367f453
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 @@ -25,7 +25,7 @@ TiKV 自动将底层数据进行[分片](/best-practices/tidb-best-practices.md#
> + 查询性能回退,尤其是大范围数据查询的性能会有回退。
> + 调度变慢。
Region 的大小可以通过 [`coprocessor.region-split-size`](/tikv-configuration-file.md#region-split-size) 进行设置。如果你使用了 TiFlash,则 Region 大小不能超过 256 MiB。如果使用 Dumpling 工具,则 Region 大小不能超过 1 GiB。Region 调大以后,使用 Dumpling 工具时,需要降低并发,否则 TiDB 会有 OOM 的风险。
Region 的大小可以通过 [`coprocessor.region-split-size`](/tikv-configuration-file.md#region-split-size) 进行设置。如果你使用了 TiFlash Dumpling 工具,则 Region 大小不能超过 1 GiB。Region 调大以后,使用 Dumpling 工具时,需要降低并发,否则 TiDB 会有 OOM 的风险。

## 使用 bucket 增加并发

Expand Down

0 comments on commit 367f453

Please sign in to comment.