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

Make "right-derive-when-split" description more clear #18465

Merged
merged 1 commit into from
Aug 28, 2024
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
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ raftstore 相关的配置项。

### `right-derive-when-split`

+ 为 true 时,以最大分裂 key 为起点的 Region 复用原 Region 的 key;否则以原 Region 起点 key 作为起点的 Region 复用原 Region 的 key。
+ 指定 Region 分裂时新 Region 的起始 key。当此配置项设置为 `true` 时,起始 key 为最大分裂 key;当此配置项设置为 `false` 时,起始 key 为原 Region 的起始 key。
+ 默认值:true

### `merge-max-log-gap`
Expand Down