From 2fc04e25e674b4dbf57ebdb206ce280800a3afa6 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Fri, 22 Dec 2023 11:54:45 +0800 Subject: [PATCH] Apply suggestions from code review --- releases/release-6.1.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/release-6.1.0.md b/releases/release-6.1.0.md index c230f0a289d5e..1c36130a5a1c6 100644 --- a/releases/release-6.1.0.md +++ b/releases/release-6.1.0.md @@ -63,13 +63,13 @@ In 6.1.0, the key new features or improvements are as follows: 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) + [User document](/tune-region-performance.md#use-region-split-size-to-adjust-region-size), [#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) + [User document](/tune-region-performance.md#use-bucket-to-increase-concurrency), [#11515](https://github.com/tikv/tikv/issues/11515) * Use Raft Engine as the default log storage engine