v8.1.3: tidb: add description for var tidb_ddl_reorg_max_write_speed (#19071)#19258
Open
ti-chi-bot wants to merge 9 commits intopingcap:release-8.1from
Open
v8.1.3: tidb: add description for var tidb_ddl_reorg_max_write_speed (#19071)#19258ti-chi-bot wants to merge 9 commits intopingcap:release-8.1from
tidb_ddl_reorg_max_write_speed (#19071)#19258ti-chi-bot wants to merge 9 commits intopingcap:release-8.1from
Conversation
Co-authored-by: tangenta <tangenta@126.com>
Co-authored-by: Grace Cai <qqzczy@126.com>
Co-authored-by: Grace Cai <qqzczy@126.com>
Co-authored-by: xixirangrang <hfxsd@hotmail.com>
Co-authored-by: Grace Cai <qqzczy@126.com>
Co-authored-by: Grace Cai <qqzczy@126.com>
16 tasks
Collaborator
|
/hold |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
tidb_ddl_reorg_max_write_speed (#19071)tidb_ddl_reorg_max_write_speed (#19071)
qiancai
reviewed
Jun 24, 2025
| - 可选值:`PRIORITY_LOW`、`PRIORITY_NORMAL`、`PRIORITY_HIGH` | ||
| - 这个变量用来设置 `ADD INDEX` 操作 `re-organize` 阶段的执行优先级,可设置为 `PRIORITY_LOW`/`PRIORITY_NORMAL`/`PRIORITY_HIGH`。 | ||
|
|
||
| ### `tidb_ddl_reorg_max_write_speed` <span class="version-mark">从 v6.5.12 和 v7.5.5 版本开始引入</span> |
Collaborator
There was a problem hiding this comment.
Suggested change
| ### `tidb_ddl_reorg_max_write_speed` <span class="version-mark">从 v6.5.12 和 v7.5.5 版本开始引入</span> | |
| ### `tidb_ddl_reorg_max_write_speed` <span class="version-mark">从 v6.5.12、v7.5.5 和 v8.1.3 版本开始引入</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated cherry-pick of #19071
What is changed, added or deleted? (Required)
add description for var
tidb_ddl_reorg_max_write_speedWhich TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
store-write-bwlimitwhen ingesting tidb#57145Do your changes match any of the following descriptions?