From 05fe6b2e1dee053ab3e08338924addbfb986f094 Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 10 Nov 2025 15:48:20 +0800 Subject: [PATCH 1/4] cloud: update the default version of TiDB Cloud Dedicated clusters (#22036) --- tidb-cloud/tidb-cloud-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-faq.md b/tidb-cloud/tidb-cloud-faq.md index 80386916dce46..dab732d838c61 100644 --- a/tidb-cloud/tidb-cloud-faq.md +++ b/tidb-cloud/tidb-cloud-faq.md @@ -41,7 +41,7 @@ No. ### What versions of TiDB are supported on TiDB Cloud? -- For new TiDB Cloud Dedicated clusters, the default TiDB version is [v8.5.2](https://docs.pingcap.com/tidb/v8.5/release-8.5.2) starting from July 15, 2025. +- For new TiDB Cloud Dedicated clusters, the default TiDB version is [v8.5.3](https://docs.pingcap.com/tidb/v8.5/release-8.5.3) starting from September 2, 2025. - For {{{ .starter }}} and {{{ .essential }}} clusters, the TiDB version is [v7.5.2](https://docs.pingcap.com/tidb/v7.5/release-7.5.2) starting from April 22, 2025. For more information, see [TiDB Cloud Release Notes](/tidb-cloud/tidb-cloud-release-notes.md). From bc01e393e9fd2fc826cf68d437c5b54973bff844 Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 10 Nov 2025 17:15:16 +0800 Subject: [PATCH 2/4] fix: correct markdown formatting to resolve build failure --- TOC.md | 2 +- ddl_embedded_analyze.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TOC.md b/TOC.md index ddf4854a77dc7..f8f91d339e782 100644 --- a/TOC.md +++ b/TOC.md @@ -1083,7 +1083,7 @@ - [URI Formats of External Storage Services](/external-storage-uri.md) - [Interaction Test on Online Workloads and `ADD INDEX` Operations](/benchmark/online-workloads-and-add-index-operations.md) - [`ANALYZE` Embedded in DDL Statements](/ddl_embedded_analyze.md) - FAQs +- FAQs - [FAQ Summary](/faq/faq-overview.md) - [TiDB FAQs](/faq/tidb-faq.md) - [SQL FAQs](/faq/sql-faq.md) diff --git a/ddl_embedded_analyze.md b/ddl_embedded_analyze.md index 9de981b1c2467..76a991824ca3e 100644 --- a/ddl_embedded_analyze.md +++ b/ddl_embedded_analyze.md @@ -1,5 +1,5 @@ --- -title: `ANALYZE` Embedded in DDL Statements +title: "`ANALYZE` Embedded in DDL Statements" summary: This document describes the `ANALYZE` feature embedded in DDL statements for newly created or reorganized indexes, which ensures that statistics for new indexes are updated promptly. --- From f23b043e6454f56afac221ab60672d8d5b5ed39e Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 10 Nov 2025 17:15:27 +0800 Subject: [PATCH 3/4] Discard changes to tidb-cloud/tidb-cloud-faq.md --- tidb-cloud/tidb-cloud-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-faq.md b/tidb-cloud/tidb-cloud-faq.md index dab732d838c61..80386916dce46 100644 --- a/tidb-cloud/tidb-cloud-faq.md +++ b/tidb-cloud/tidb-cloud-faq.md @@ -41,7 +41,7 @@ No. ### What versions of TiDB are supported on TiDB Cloud? -- For new TiDB Cloud Dedicated clusters, the default TiDB version is [v8.5.3](https://docs.pingcap.com/tidb/v8.5/release-8.5.3) starting from September 2, 2025. +- For new TiDB Cloud Dedicated clusters, the default TiDB version is [v8.5.2](https://docs.pingcap.com/tidb/v8.5/release-8.5.2) starting from July 15, 2025. - For {{{ .starter }}} and {{{ .essential }}} clusters, the TiDB version is [v7.5.2](https://docs.pingcap.com/tidb/v7.5/release-7.5.2) starting from April 22, 2025. For more information, see [TiDB Cloud Release Notes](/tidb-cloud/tidb-cloud-release-notes.md). From e7669ca1007522d66690a24f4b48494e95020e4e Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 10 Nov 2025 17:16:25 +0800 Subject: [PATCH 4/4] fix --- ddl_embedded_analyze.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddl_embedded_analyze.md b/ddl_embedded_analyze.md index 76a991824ca3e..d50c1fa12e707 100644 --- a/ddl_embedded_analyze.md +++ b/ddl_embedded_analyze.md @@ -3,7 +3,7 @@ title: "`ANALYZE` Embedded in DDL Statements" summary: This document describes the `ANALYZE` feature embedded in DDL statements for newly created or reorganized indexes, which ensures that statistics for new indexes are updated promptly. --- -# `ANALYZE` Embedded in DDL StatementsIntroduced in v8.5.4 and v9.0.0 +# `ANALYZE` Embedded in DDL Statements Introduced in v8.5.4 and v9.0.0 This document describes the `ANALYZE` feature embedded in the following two types of DDL statements: