docs: clarify TiCDC index DDL ordering#21829
Conversation
|
[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 |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughTiCDC 文档更新了 TiDB 下游 ChangesTiCDC 索引 DDL 执行顺序说明
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
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的异步例外,并补充相关参考链接。