docs: clarify TiCDC index DDL ordering (#21829) - #21846
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiancai The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is an automated cherry-pick of #21829
First-time contributors' checklist
What is changed, added or deleted? (Required)
ADD INDEXandCREATE INDEXwhen the downstream is TiDB.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?
Summary by CodeRabbit
ADD INDEX/CREATE INDEX属于例外”,说明 TiCDC 会在下游同步后立即返回,不等待 DDL 完成以避免阻塞后续 DML。如何理解 DML 和 DDL 之间的执行顺序?中补充 TiDB 场景下ADD INDEX/CREATE INDEX的异步例外,并补充相关参考链接。