Skip to content

Commit

Permalink
Update release-6.1.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Dec 22, 2023
1 parent f7ae8b3 commit 7167ce4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions releases/release-6.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,15 @@ In 6.1.0, the key new features or improvements are as follows:

### Performance

* Support customized Region size (experimental)
* Support customized Region size

Setting Regions to a larger size can effectively reduce the number of Regions, make Regions easier to manage, and improve the cluster performance and stability. This feature introduces the concept of bucket, which is a smaller range within a Region. Using buckets as the query unit can optimize concurrent query performance when Regions are set to a larger size. Using buckets as the query unit can also dynamically adjust the sizes of hot Regions to ensure the scheduling efficiency and load balance. This feature is currently experimental. It is not recommended to use it in production environments.
Starting from v6.1.0, you can configure [`coprocessor.region-split-size`](/tikv-configuration-file.md#region-split-size) to set Regions to a larger size. This can effectively reduce the number of Regions, make Regions easier to manage, and improve the cluster performance and stability.

[User document](/tune-region-performance.md), [#11515](https://github.com/tikv/tikv/issues/11515)

* Support using buckets to increase concurrency (experimental)

To help you further improve the query concurrency after setting Regions to a larger size, TiDB introduces the concept of bucket, which is a smaller range within a Region. Using buckets as the query unit can optimize concurrent query performance when Regions are set to a larger size. Using buckets as the query unit can also dynamically adjust the sizes of hot Regions to ensure the scheduling efficiency and load balance. This feature is currently experimental. It is not recommended to use it in production environments.

[User document](/tune-region-performance.md), [#11515](https://github.com/tikv/tikv/issues/11515)

Expand Down

0 comments on commit 7167ce4

Please sign in to comment.