From 49ecfd64e274ee112f359c363f13a5382b13602b Mon Sep 17 00:00:00 2001 From: AllenMok <42613621+AllenMok@users.noreply.github.com> Date: Wed, 9 Sep 2026 23:44:20 +0800 Subject: [PATCH] docs: clarify EXCHANGE PARTITION restriction on TiDB X --- tidb-cloud/limited-sql-features-tidb-x.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tidb-cloud/limited-sql-features-tidb-x.md b/tidb-cloud/limited-sql-features-tidb-x.md index 834f4f1e361dd..c8474b56c1be5 100644 --- a/tidb-cloud/limited-sql-features-tidb-x.md +++ b/tidb-cloud/limited-sql-features-tidb-x.md @@ -73,6 +73,7 @@ TiDB Cloud works with almost all workloads that TiDB supports, but there are som | `ALTER INSTANCE` | Not supported | Not supported | | `ALTER INSTANCE RELOAD TLS` | Not supported | {{{ .starter }}} and {{{ .essential }}} automatically refresh the TLS certificate. | | `ALTER TABLE ... ATTRIBUTES` | Not supported | Not supported | +| `ALTER TABLE ... EXCHANGE PARTITION` | Not supported | Not supported | | `CHANGE DRAINER` | Not supported [^7] | Not supported [^7] | | `CHANGE PUMP` | Not supported [^7] | Not supported [^7] | | `FLASHBACK CLUSTER` | Not supported [^3] | Not supported [^3] |