Skip to content

cloud: add tidb-x-cloud.202603.1.md - #23458

Open
qiancai wants to merge 3 commits into
pingcap:release-8.5from
qiancai:add-tidb-x-2603-rn
Open

cloud: add tidb-x-cloud.202603.1.md#23458
qiancai wants to merge 3 commits into
pingcap:release-8.5from
qiancai:add-tidb-x-2603-rn

Conversation

@qiancai

@qiancai qiancai commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

First-time contributors' checklist

What is changed, added or deleted? (Required)

Add tidb-x-cloud.202603.1.md

Which 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.

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)

What is the related PR or file link(s)?

  • This PR is translated from:
  • Other reference link(s):

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

Summary by CodeRabbit

  • New Features
    • Added partial index support and LATERAL syntax parsing.
    • Added table aliases for FOR UPDATE OF.
    • Added MySQL 8.4 Dumpling compatibility.
    • Added table affinity and shared-lock foreign-key checks.
  • Performance & Stability
    • Optimized lossy DDL operations and index lookup pushdown.
    • Improved background-task resource controls.
  • Observability
    • Added fine-grained slow-query logging.
  • Documentation
    • Published release notes for TiDB-X-CLOUD 202603.1, including compatibility and general improvements.

@ti-chi-bot

ti-chi-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign overvenus for approval. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added missing-translation-status This PR does not have translation status info. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 6, 2026
@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@qiancai, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 4 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e294bd8c-2ef8-4edb-8df8-3823883f7c4b

📥 Commits

Reviewing files that changed from the base of the PR and between c553e45 and d515597.

📒 Files selected for processing (1)
  • tidb-cloud/releases/tidb-x-cloud.202603.1.md
📝 Walkthrough

Walkthrough

Added the TiDB-X-CLOUD.202603.1 release entry. The notes cover release metadata, performance, stability, observability, SQL, MySQL compatibility, parsing, query processing, optimizer behavior, and operational improvements.

Changes

TiDB-X-CLOUD.202603.1 release documentation

Layer / File(s) Summary
Release metadata
tidb-cloud/releases/tidb-x-cloud.202603.1.md
Added release date, applicable plan, kernel version, preview availability, and version-numbering details.
Performance and operational features
tidb-cloud/releases/tidb-x-cloud.202603.1.md
Documented lossy DDL optimization, index lookup pushdown, data affinity, foreign-key shared locks, background-task resource limits, and slow-query logging.
SQL and compatibility notes
tidb-cloud/releases/tidb-x-cloud.202603.1.md
Documented table aliases in FOR UPDATE OF, partial indexes, MySQL 8.4 Dumpling support, and LATERAL syntax parsing.
General improvements
tidb-cloud/releases/tidb-x-cloud.202603.1.md
Documented improvements to parsing, analysis, query processing, optimizer behavior, partitioned tables, PD behavior, configuration, metrics, and HTTP responses.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested labels: contribution, translation/no-need, area/tidb-cloud, for-cloud-release

Suggested reviewers: lilin90

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the addition of the TiDB X Cloud release notes file.
Description check ✅ Passed The description follows the template and explains the file addition, but no applicable TiDB version checkbox is selected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2


ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: a5df0f53-536e-4885-8a72-138b176217e8

📥 Commits

Reviewing files that changed from the base of the PR and between 2fec26d and b50c573.

📒 Files selected for processing (1)
  • tidb-cloud/releases/tidb-x-cloud.202603.1.md

Comment thread tidb-cloud/releases/tidb-x-cloud.202603.1.md Outdated
Comment thread tidb-cloud/releases/tidb-x-cloud.202603.1.md
Comment thread tidb-cloud/releases/tidb-x-cloud.202603.1.md Outdated
Comment thread tidb-cloud/releases/tidb-x-cloud.202603.1.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-translation-status This PR does not have translation status info. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant