Skip to content

Commit

Permalink
update the maximum region size for TiFlash (#18501)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Aug 6, 2024
1 parent f38fed7 commit 129a302
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tune-region-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ To reduce the performance overhead of many Regions, you can also enable [Hiberna
> + Decreased query performance, especially for queries that deal with a large range of data
> + Slower Region scheduling
To adjust the Region size, you can use the [`coprocessor.region-split-size`](/tikv-configuration-file.md#region-split-size) configuration item. When TiFlash is used, the Region size should not exceed 256 MiB.

When the Dumpling tool is used, the Region size should not exceed 1 GiB. In this case, you need to reduce the concurrency after increasing the Region size; otherwise, TiDB might run out of memory.
To adjust the Region size, you can use the [`coprocessor.region-split-size`](/tikv-configuration-file.md#region-split-size) configuration item. When TiFlash or the Dumpling tool is used, the Region size should not exceed 1 GiB. After increasing the Region size, you need to reduce the concurrency if the Dumpling tool is used; otherwise, TiDB might run out of memory.

## Use bucket to increase concurrency

Expand Down

0 comments on commit 129a302

Please sign in to comment.