From f154ca16ecbc52373217302514e2bab277611c6d Mon Sep 17 00:00:00 2001 From: qiancai Date: Thu, 9 Jul 2026 15:07:15 +0800 Subject: [PATCH 1/9] replace beta with preview --- tidb-cloud/ai-feature-concepts.md | 6 +++--- tidb-cloud/architecture-concepts.md | 4 ++-- tidb-cloud/backup-and-restore-serverless.md | 2 +- tidb-cloud/branch-github-integration.md | 4 ++-- tidb-cloud/branch-overview.md | 8 ++++---- tidb-cloud/byoc/_index.md | 2 +- tidb-cloud/changefeed-overview.md | 2 +- tidb-cloud/changefeed-sink-to-apache-pulsar.md | 2 +- tidb-cloud/changefeed-sink-to-cloud-storage.md | 2 +- tidb-cloud/cli-reference.md | 6 +++--- tidb-cloud/configure-sql-users.md | 2 +- tidb-cloud/connect-to-tidb-cluster-serverless.md | 8 ++++---- tidb-cloud/connect-to-tidb-cluster.md | 2 +- tidb-cloud/create-tidb-cluster-serverless.md | 2 +- tidb-cloud/data-service-concepts.md | 12 ++++++------ tidb-cloud/data-service-get-started.md | 4 ++-- tidb-cloud/data-service-manage-data-app.md | 6 +++--- tidb-cloud/data-service-manage-endpoint.md | 2 +- tidb-cloud/data-service-overview.md | 6 +++--- tidb-cloud/database-schema-concepts.md | 2 +- tidb-cloud/dedicated/_index.md | 2 +- tidb-cloud/essential-database-audit-logging.md | 6 +++--- tidb-cloud/essential/_index.md | 2 +- tidb-cloud/explore-data-with-chat2query.md | 4 ++-- tidb-cloud/get-started-with-cli.md | 2 +- tidb-cloud/key-concepts.md | 2 +- .../migrate-from-mysql-using-data-migration.md | 4 ++-- ...cremental-data-from-mysql-using-data-migration.md | 6 +++--- .../migrate-prometheus-metrics-integrations.md | 2 +- tidb-cloud/monitor-datadog-integration.md | 2 +- tidb-cloud/monitor-new-relic-integration.md | 2 +- .../monitor-prometheus-and-grafana-integration.md | 2 +- tidb-cloud/pause-or-resume-tidb-cluster.md | 4 ++-- tidb-cloud/premium/_index.md | 2 +- tidb-cloud/premium/tidb-cloud-auditing-premium.md | 4 ++-- tidb-cloud/recovery-group-overview.md | 6 +++--- tidb-cloud/scale-tidb-cluster.md | 6 +++--- tidb-cloud/serverless-high-availability.md | 4 ++-- tidb-cloud/starter/_index.md | 2 +- tidb-cloud/tidb-cloud-auditing.md | 2 +- tidb-cloud/tidb-cloud-encrypt-cmek-aws.md | 4 ++-- tidb-cloud/tidb-cloud-faq.md | 4 ++-- tidb-cloud/tidb-cloud-glossary.md | 4 ++-- tidb-cloud/tidb-cloud-quickstart.md | 4 ++-- tidb-cloud/tidb-cloud-roadmap.md | 2 +- tidb-cloud/tune-performance.md | 2 +- 46 files changed, 85 insertions(+), 85 deletions(-) diff --git a/tidb-cloud/ai-feature-concepts.md b/tidb-cloud/ai-feature-concepts.md index a9a2f62c5e548..cf7ff8d04dfcd 100644 --- a/tidb-cloud/ai-feature-concepts.md +++ b/tidb-cloud/ai-feature-concepts.md @@ -9,13 +9,13 @@ The AI features in TiDB Cloud enable you to fully leverage advanced technologies This document highlights these AI features and how they enhance the TiDB experience. -## Chat2Query (Beta) +## Chat2Query (Preview) Chat2Query is an AI-powered feature integrated into SQL Editor that assists users in generating, debugging, or rewriting SQL queries using natural language instructions. For more information, see [Explore your data with AI-assisted SQL Editor](/tidb-cloud/explore-data-with-chat2query.md). In addition, TiDB Cloud provides a Chat2Query API for {{{ .starter }}} instances. After it is enabled, TiDB Cloud will automatically create a system Data App called Chat2Query and a Chat2Data endpoint in Data Service. You can call this endpoint to let AI generate and execute SQL statements by providing instructions. For more information, see [Get started with Chat2Query API](/tidb-cloud/use-chat2query-api.md). -## Vector search (Beta) +## Vector search (Preview) Vector search is a search method that prioritizes the meaning of your data to deliver relevant results. @@ -23,7 +23,7 @@ Unlike traditional full-text search, which relies on exact keyword matching and Even when the search terms do not exactly match the content in the database, vector search can still provide results that align with the user's intent by analyzing the semantics of the data. For example, a full-text search for "a swimming animal" only returns results containing these exact keywords. In contrast, vector search can return results for other swimming animals, such as fish or ducks, even if these results do not contain the exact keywords. -For more information, see [Vector Search (Beta) Overview](/ai/concepts/vector-search-overview.md). +For more information, see [Vector Search (Preview) Overview](/ai/concepts/vector-search-overview.md). ## AI integrations diff --git a/tidb-cloud/architecture-concepts.md b/tidb-cloud/architecture-concepts.md index d97427ca96666..66a678b41b088 100644 --- a/tidb-cloud/architecture-concepts.md +++ b/tidb-cloud/architecture-concepts.md @@ -100,7 +100,7 @@ Built on isolated cloud resources such as VPCs, VMs, managed Kubernetes services The [TiDB Cloud console](https://tidbcloud.com/) is the web-based management interface for TiDB Cloud resources. It provides tools to manage TiDB Cloud resources, import or migrate data, monitor performance metrics, configure backups, set up security controls, and integrate with other cloud services, all from a single, user-friendly platform. -## TiDB Cloud CLI (Beta) +## TiDB Cloud CLI (Preview) The TiDB Cloud CLI, `ticloud`, allows you to manage {{{ .starter }}} and Essential instances directly from your terminal with simple commands. You can perform tasks such as: @@ -110,7 +110,7 @@ The TiDB Cloud CLI, `ticloud`, allows you to manage {{{ .starter }}} and Essenti For more information, see [TiDB Cloud CLI Reference](/tidb-cloud/cli-reference.md). -## TiDB Cloud API (Beta) +## TiDB Cloud API (Preview) The TiDB Cloud API is a REST-based interface that provides programmatic access to manage resources across {{{ .starter }}}, {{{ .essential }}}, {{{ .premium }}}, and TiDB Cloud Dedicated. It enables automated and efficient handling of tasks such as managing projects, clusters, backups, restores, data imports, billing, and other resources in [TiDB Cloud Data Service](/tidb-cloud/data-service-overview.md). diff --git a/tidb-cloud/backup-and-restore-serverless.md b/tidb-cloud/backup-and-restore-serverless.md index f94f7d137971b..49ef39ab4fe1f 100644 --- a/tidb-cloud/backup-and-restore-serverless.md +++ b/tidb-cloud/backup-and-restore-serverless.md @@ -70,7 +70,7 @@ TiDB Cloud supports snapshot restore and point-in-time restore for your {{{ .sta - **Snapshot Restore**: restores your {{{ .starter }}} or Essential instance from a specific backup snapshot. -- **Point-in-Time Restore (beta)**: restores your {{{ .essential }}} instance to a specific time. +- **Point-in-Time Restore (Preview)**: restores your {{{ .essential }}} instance to a specific time. - {{{ .starter }}} instances: not supported. - {{{ .essential }}} instances: restores to any time within the backup retention, but not earlier than the {{{ .essential }}} instance creation time or later than one minute before the current time. diff --git a/tidb-cloud/branch-github-integration.md b/tidb-cloud/branch-github-integration.md index 80e1332237e8f..d59d167cfd945 100644 --- a/tidb-cloud/branch-github-integration.md +++ b/tidb-cloud/branch-github-integration.md @@ -1,9 +1,9 @@ --- -title: Integrate TiDB Cloud Branching (Beta) with GitHub +title: Integrate TiDB Cloud Branching (Preview) with GitHub summary: Learn how to integrate the TiDB Cloud Branching feature with GitHub. --- -# Integrate TiDB Cloud Branching (Beta) with GitHub +# Integrate TiDB Cloud Branching (Preview) with GitHub > **Note:** > diff --git a/tidb-cloud/branch-overview.md b/tidb-cloud/branch-overview.md index bf8f0bfd3c129..8cc60b34826f9 100644 --- a/tidb-cloud/branch-overview.md +++ b/tidb-cloud/branch-overview.md @@ -1,9 +1,9 @@ --- -title: TiDB Cloud Branching (Beta) Overview +title: TiDB Cloud Branching (Preview) Overview summary: Learn the concept of TiDB Cloud branches. --- -# TiDB Cloud Branching (Beta) Overview +# TiDB Cloud Branching (Preview) Overview TiDB Cloud lets you create branches for {{{ .starter }}} instances. A branch for a {{{ .starter }}} instance is a separate instance that contains a diverged copy of data from the original {{{ .starter }}} instance. It provides an isolated environment, allowing you to experiment freely without worrying about affecting the original {{{ .starter }}} instance. @@ -11,7 +11,7 @@ With branches, developers can work in parallel, iterate rapidly on new features, > **Note:** > -> Currently, TiDB Cloud Branching is in beta and is not available on TiDB Cloud Dedicated clusters. +> Currently, TiDB Cloud Branching is in public preview and is not available on TiDB Cloud Dedicated clusters. ## Implementations @@ -37,7 +37,7 @@ You can create branches easily and quickly to get isolated data environments. Br ## Limitations and quotas -Currently, TiDB Cloud branches are in beta and free of charge. +Currently, TiDB Cloud branches are in public preview and free of charge. - For each organization in TiDB Cloud, you can create a maximum of five branches by default across all {{{ .starter }}} instances. TiDB Cloud creates branches of a {{{ .starter }}} instance in the same region as the instance, and you cannot create branches for a {{{ .starter }}} instance that is throttled or larger than 100 GiB. diff --git a/tidb-cloud/byoc/_index.md b/tidb-cloud/byoc/_index.md index 43aeb5cc3fecb..32ac7b03ecf79 100644 --- a/tidb-cloud/byoc/_index.md +++ b/tidb-cloud/byoc/_index.md @@ -45,7 +45,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Back Up and Restore Data](https://docs.tidb.io/tidbcloud/backup-and-restore-premium/?plan=byoc) -[Use API (Beta)](https://docs.tidb.io/api/) +[Use API (Preview)](https://docs.tidb.io/api/) diff --git a/tidb-cloud/changefeed-overview.md b/tidb-cloud/changefeed-overview.md index 5a4eefdae94c4..c25e693abc10b 100644 --- a/tidb-cloud/changefeed-overview.md +++ b/tidb-cloud/changefeed-overview.md @@ -21,7 +21,7 @@ TiDB Cloud changefeed helps you stream data from TiDB Cloud to other data servic > - Currently, TiDB Cloud only allows up to 100 changefeeds per {{{ .dedicated }}} cluster{{{ .premium }}} instance. > - Currently, TiDB Cloud only allows up to 100 table filter rules per changefeed. > - For [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter) instances, the changefeed feature is unavailable. -> - For [{{{ .essential }}}](/tidb-cloud/select-cluster-tier.md#essential) instances, the changefeed feature is in beta. For more information, see [Changefeed (Beta)](/tidb-cloud/essential-changefeed-overview.md). +> - For [{{{ .essential }}}](/tidb-cloud/select-cluster-tier.md#essential) instances, the changefeed feature is only available upon request. For more information, see [Changefeed](/tidb-cloud/essential-changefeed-overview.md). ## View the Changefeed page diff --git a/tidb-cloud/changefeed-sink-to-apache-pulsar.md b/tidb-cloud/changefeed-sink-to-apache-pulsar.md index 1303227aeba17..0b7f6f016366d 100644 --- a/tidb-cloud/changefeed-sink-to-apache-pulsar.md +++ b/tidb-cloud/changefeed-sink-to-apache-pulsar.md @@ -11,7 +11,7 @@ This document describes how to create a changefeed to stream data from TiDB Clou > > - To replicate data to Apache Pulsar using the changefeed feature, make sure that your TiDB Cloud Dedicated cluster version is v7.5.1 or later. > - For [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter) instances, the changefeed feature is unavailable. -> - For [{{{ .essential }}}](/tidb-cloud/select-cluster-tier.md#essential) instances, the changefeed feature is in beta. For more information, see [Changefeed (Beta)](/tidb-cloud/essential-changefeed-overview.md). +> - For [{{{ .essential }}}](/tidb-cloud/select-cluster-tier.md#essential) instances, the changefeed feature is only available upon request. For more information, see [Changefeed](/tidb-cloud/essential-changefeed-overview.md). ## Restrictions diff --git a/tidb-cloud/changefeed-sink-to-cloud-storage.md b/tidb-cloud/changefeed-sink-to-cloud-storage.md index 6b16818f8fd53..da0afce453b23 100644 --- a/tidb-cloud/changefeed-sink-to-cloud-storage.md +++ b/tidb-cloud/changefeed-sink-to-cloud-storage.md @@ -11,7 +11,7 @@ This document describes how to create a changefeed to stream data from TiDB Clou > > - To stream data to cloud storage, make sure that your TiDB cluster version is v7.1.1 or later. To upgrade your TiDB Cloud Dedicated cluster to v7.1.1 or later, [contact TiDB Cloud Support](/tidb-cloud/tidb-cloud-support.md). > - For [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter) instances, the changefeed feature is unavailable. -> - For [{{{ .essential }}}](/tidb-cloud/select-cluster-tier.md#essential) instances, the changefeed feature is in beta. For more information, see [Changefeed (Beta)](/tidb-cloud/essential-changefeed-overview.md). +> - For [{{{ .essential }}}](/tidb-cloud/select-cluster-tier.md#essential) instances, the changefeed feature is only available upon request. For more information, see [Changefeed](/tidb-cloud/essential-changefeed-overview.md). ## Restrictions diff --git a/tidb-cloud/cli-reference.md b/tidb-cloud/cli-reference.md index f2ff0bd1cff47..110de78c33636 100644 --- a/tidb-cloud/cli-reference.md +++ b/tidb-cloud/cli-reference.md @@ -1,13 +1,13 @@ --- -title: TiDB Cloud CLI Reference (Beta) +title: TiDB Cloud CLI Reference (Preview) summary: Provides an overview of TiDB Cloud CLI. --- -# TiDB Cloud CLI Reference (Beta) +# TiDB Cloud CLI Reference (Preview) > **Note:** > -> Currently, TiDB Cloud CLI is in beta and not applicable to TiDB Cloud Dedicated clusters. +> Currently, TiDB Cloud CLI is in public preview and not applicable to TiDB Cloud Dedicated clusters. TiDB Cloud CLI is a command line interface, which allows you to operate TiDB Cloud from your terminal with a few lines of commands. In the TiDB Cloud CLI, you can easily manage your {{{ .starter }}} and Essential instances, import data to your instances, and perform more operations. diff --git a/tidb-cloud/configure-sql-users.md b/tidb-cloud/configure-sql-users.md index 1405c5e19a2c7..eefbea79fb49e 100644 --- a/tidb-cloud/configure-sql-users.md +++ b/tidb-cloud/configure-sql-users.md @@ -9,7 +9,7 @@ This document describes how to manage database users and roles using the **SQL U > **Note:** > -> - The **SQL Users** page is in beta and is only available upon request. To request this feature, click **?** in the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com), and then click **Support Tickets** to go to the [Help Center](https://tidb.support.pingcap.com/servicedesk/customer/portals). Create a ticket, fill in "Apply for the SQL Users page" in the **Description** field, and then click **Submit**. +> - The **SQL Users** page is in public preview and is only available upon request. To request this feature, click **?** in the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com), and then click **Support Tickets** to go to the [Help Center](https://tidb.support.pingcap.com/servicedesk/customer/portals). Create a ticket, fill in "Apply for the SQL Users page" in the **Description** field, and then click **Submit**. > - Database users and roles are independent of [organization and project users and roles](/tidb-cloud/manage-user-access.md). Database users are used to access databases in a TiDB cluster, while organization and project users are used to access organizations and projects in the [TiDB Cloud console](https://tidbcloud.com/). > - In addition to the **SQL Users** page, you can also manage database users and roles by connecting to your cluster with a SQL client and writing SQL statements. For more information, see [TiDB User Account Management](https://docs.pingcap.com/tidb/dev/user-account-management). diff --git a/tidb-cloud/connect-to-tidb-cluster-serverless.md b/tidb-cloud/connect-to-tidb-cluster-serverless.md index 570a69b841c1c..b2260ba9a3e71 100644 --- a/tidb-cloud/connect-to-tidb-cluster-serverless.md +++ b/tidb-cloud/connect-to-tidb-cluster-serverless.md @@ -20,11 +20,11 @@ After your {{{ .starter }}} or {{{ .essential }}} instance is created on TiDB Cl Direct connections mean the MySQL native connection system over TCP. You can connect to your {{{ .starter }}} or Essential instance using any tool that supports MySQL connection, such as [MySQL client](https://dev.mysql.com/doc/refman/8.0/en/mysql.html). -- [Data Service (beta)](/tidb-cloud/data-service-overview.md) +- [Data Service (Preview)](/tidb-cloud/data-service-overview.md) TiDB Cloud provides a Data Service feature that enables you to connect to your {{{ .starter }}} instance hosted on AWS via an HTTPS request using a custom API endpoint. Unlike direct connections, Data Service accesses your {{{ .starter }}} or Essential instance data via a RESTful API rather than raw SQL. -- [Serverless Driver (beta)](/develop/serverless-driver.md) +- [Serverless Driver (Preview)](/develop/serverless-driver.md) TiDB Cloud provides a serverless driver for JavaScript, which allows you to connect to your {{{ .starter }}} or {{{ .essential }}} instance in edge environments with the same experience as direct connections. @@ -55,8 +55,8 @@ The following table shows the network you can use in different connection method | Connection method | Network | Description | |----------------------------|------------------------------|-------------------------------------------------------------------------------------------------------------------| | Direct connections | Public or private endpoint | Direct connections can be made via both public and private endpoints. | -| Data Service (beta) | / | Accessing {{{ .starter }}} hosted on AWS via Data Service (beta) does not need to specify the network type. | -| Serverless Driver (beta) | Public endpoint | Serverless Driver only supports connections via public endpoint. | +| Data Service (Preview) | / | Accessing {{{ .starter }}} hosted on AWS via Data Service (Preview) does not need to specify the network type. | +| Serverless Driver (Preview) | Public endpoint | Serverless Driver only supports connections via public endpoint. | ## What's next diff --git a/tidb-cloud/connect-to-tidb-cluster.md b/tidb-cloud/connect-to-tidb-cluster.md index cfaccb722bf3c..859b431f0ce83 100644 --- a/tidb-cloud/connect-to-tidb-cluster.md +++ b/tidb-cloud/connect-to-tidb-cluster.md @@ -44,7 +44,7 @@ After your TiDB Cloud Dedicated cluster is created on TiDB Cloud, you can connec If your cluster is hosted on AWS and the TiDB version of the cluster is v6.5.0 or later, you can use the AI-assisted SQL Editor in the [TiDB Cloud console](https://tidbcloud.com/) to maximize your data value. - In SQL Editor, you can either write SQL queries manually or simply press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (beta)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. This enables you to run SQL queries against databases without a local SQL client. You can intuitively view the query results in tables or charts and easily check the query logs. + In SQL Editor, you can either write SQL queries manually or simply press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (Preview)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. This enables you to run SQL queries against databases without a local SQL client. You can intuitively view the query results in tables or charts and easily check the query logs. ## What's next diff --git a/tidb-cloud/create-tidb-cluster-serverless.md b/tidb-cloud/create-tidb-cluster-serverless.md index 9317092b38bce..2ef6399046925 100644 --- a/tidb-cloud/create-tidb-cluster-serverless.md +++ b/tidb-cloud/create-tidb-cluster-serverless.md @@ -76,4 +76,4 @@ If you are in the `Organization Owner` or the `Project Owner` role, you can crea > > If you do not set a password, you cannot connect to the {{{ .starter }}} or Essential instance. -- To manage your instance using the TiDB Cloud CLI, see [TiDB Cloud CLI Reference (Beta)](/tidb-cloud/cli-reference.md). \ No newline at end of file +- To manage your instance using the TiDB Cloud CLI, see [TiDB Cloud CLI Reference (Preview)](/tidb-cloud/cli-reference.md). \ No newline at end of file diff --git a/tidb-cloud/data-service-concepts.md b/tidb-cloud/data-service-concepts.md index 42c735f43b0f5..787296346597a 100644 --- a/tidb-cloud/data-service-concepts.md +++ b/tidb-cloud/data-service-concepts.md @@ -1,25 +1,25 @@ --- -title: Data Service (Beta) +title: Data Service (Preview) summary: Learn about Data Service concepts for TiDB Cloud. --- -# Data Service (Beta) +# Data Service (Preview) -TiDB Cloud [Data Service (beta)](https://tidbcloud.com/project/data-service) is a fully managed low-code backend-as-a-service solution that simplifies backend application development, empowering developers to rapidly build highly scalable, secure, data-driven applications. +TiDB Cloud [Data Service (Preview)](https://tidbcloud.com/project/data-service) is a fully managed low-code backend-as-a-service solution that simplifies backend application development, empowering developers to rapidly build highly scalable, secure, data-driven applications. Data Service enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. This feature uses a serverless architecture to handle computing resources and elastic scaling, so you can focus on the query logic in endpoints without worrying about infrastructure or maintenance costs. -For more information, see [TiDB Cloud Data Service (Beta) Overview](/tidb-cloud/data-service-overview.md). +For more information, see [TiDB Cloud Data Service (Preview) Overview](/tidb-cloud/data-service-overview.md). ## Data App -A Data App in [Data Service (beta)](https://tidbcloud.com/project/data-service) is a collection of endpoints that you can use to access data for a specific application. By creating a Data App, you can group your endpoints and configure authorization settings using API keys to restrict access to endpoints. In this way, you can ensure that only authorized users can access and manipulate your data, making your application more secure. +A Data App in [Data Service (Preview)](https://tidbcloud.com/project/data-service) is a collection of endpoints that you can use to access data for a specific application. By creating a Data App, you can group your endpoints and configure authorization settings using API keys to restrict access to endpoints. In this way, you can ensure that only authorized users can access and manipulate your data, making your application more secure. For more information, see [Manage a Data App](/tidb-cloud/data-service-manage-data-app.md). ## Data App endpoints -An endpoint in [Data Service (beta)](https://tidbcloud.com/project/data-service) is a web API that you can customize to execute SQL statements. You can specify parameters for your SQL statements, such as the value used in the `WHERE` clause. When a client calls an endpoint and provides values for the parameters in a request URL, the endpoint executes the corresponding SQL statement with the provided parameters and returns the results as part of the HTTP response. +An endpoint in [Data Service (Preview)](https://tidbcloud.com/project/data-service) is a web API that you can customize to execute SQL statements. You can specify parameters for your SQL statements, such as the value used in the `WHERE` clause. When a client calls an endpoint and provides values for the parameters in a request URL, the endpoint executes the corresponding SQL statement with the provided parameters and returns the results as part of the HTTP response. For more information, see [Manage an Endpoint](/tidb-cloud/data-service-manage-endpoint.md). diff --git a/tidb-cloud/data-service-get-started.md b/tidb-cloud/data-service-get-started.md index 7f6bf139a2d1c..c8707629ac230 100644 --- a/tidb-cloud/data-service-get-started.md +++ b/tidb-cloud/data-service-get-started.md @@ -5,7 +5,7 @@ summary: Learn how to use TiDB Cloud Data Service to access your data with HTTPS # Get Started with Data Service -Data Service (beta) enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint and allows you to seamlessly integrate with any application or service that is compatible with HTTPS. +Data Service (Preview) enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint and allows you to seamlessly integrate with any application or service that is compatible with HTTPS. > **Tip:** > @@ -13,7 +13,7 @@ Data Service (beta) enables you to access TiDB Cloud data via an HTTPS request u > > For more information, see [Get started with Chat2Query API](/tidb-cloud/use-chat2query-api.md). -This document introduces how to quickly get started with TiDB Cloud Data Service (beta) by creating a Data App, developing, testing, deploying, and calling an endpoint. A Data App is a collection of endpoints that you can use to access data for a specific application. +This document introduces how to quickly get started with TiDB Cloud Data Service (Preview) by creating a Data App, developing, testing, deploying, and calling an endpoint. A Data App is a collection of endpoints that you can use to access data for a specific application. ## Before you begin diff --git a/tidb-cloud/data-service-manage-data-app.md b/tidb-cloud/data-service-manage-data-app.md index da1e3ce99ec84..e879955f403a7 100644 --- a/tidb-cloud/data-service-manage-data-app.md +++ b/tidb-cloud/data-service-manage-data-app.md @@ -5,7 +5,7 @@ summary: Learn how to create, view, modify, and delete a Data App in the TiDB Cl # Manage a Data App -A Data App in Data Service (beta) is a collection of endpoints that you can use to access data for a specific application. You can configure authorization settings using API keys to restrict access to endpoints in a Data App. +A Data App in Data Service (Preview) is a collection of endpoints that you can use to access data for a specific application. You can configure authorization settings using API keys to restrict access to endpoints in a Data App. This document describes how to manage your Data Apps in the TiDB Cloud console. On the [**Data Service**](https://tidbcloud.com/project/data-service) page, you can manage all Data Apps, endpoints, and API keys. @@ -117,7 +117,7 @@ To manage deployments, perform the following steps: ## Use the OpenAPI Specification -Data Service (beta) supports generating the OpenAPI Specification 3.0 for each Data App, which enables you to interact with your endpoints in a standardized format. You can use this specification to generate standardized OpenAPI documentation, client SDKs, and server stubs. +Data Service (Preview) supports generating the OpenAPI Specification 3.0 for each Data App, which enables you to interact with your endpoints in a standardized format. You can use this specification to generate standardized OpenAPI documentation, client SDKs, and server stubs. ### Download the OpenAPI Specification @@ -133,7 +133,7 @@ To download the OpenAPI Specification in JSON or YAML format for a Data App, per ### View the OpenAPI documentation -Data Service (beta) provides autogenerated OpenAPI documentation for each Data App. In the documentation, you can view the endpoints, parameters, and responses, and try out the endpoints. +Data Service (Preview) provides autogenerated OpenAPI documentation for each Data App. In the documentation, you can view the endpoints, parameters, and responses, and try out the endpoints. To access the OpenAPI documentation, perform the following steps: diff --git a/tidb-cloud/data-service-manage-endpoint.md b/tidb-cloud/data-service-manage-endpoint.md index 943c13362194e..0e56d8c1f59be 100644 --- a/tidb-cloud/data-service-manage-endpoint.md +++ b/tidb-cloud/data-service-manage-endpoint.md @@ -5,7 +5,7 @@ summary: Learn how to create, develop, test, deploy, and delete an endpoint in a # Manage an Endpoint -An endpoint in Data Service (beta) is a web API that you can customize to execute SQL statements. You can specify parameters for the SQL statements, such as the value used in the `WHERE` clause. When a client calls an endpoint and provides values for the parameters in a request URL, the endpoint executes the SQL statement with the provided parameters and returns the results as part of the HTTP response. +An endpoint in Data Service (Preview) is a web API that you can customize to execute SQL statements. You can specify parameters for the SQL statements, such as the value used in the `WHERE` clause. When a client calls an endpoint and provides values for the parameters in a request URL, the endpoint executes the SQL statement with the provided parameters and returns the results as part of the HTTP response. This document describes how to manage your endpoints in a Data App in the TiDB Cloud console. diff --git a/tidb-cloud/data-service-overview.md b/tidb-cloud/data-service-overview.md index d9bb808b9fc5e..ab0adf7545a7c 100644 --- a/tidb-cloud/data-service-overview.md +++ b/tidb-cloud/data-service-overview.md @@ -1,11 +1,11 @@ --- -title: TiDB Cloud Data Service (Beta) Overview +title: TiDB Cloud Data Service (Preview) Overview summary: Learn about Data Service in TiDB Cloud and its scenarios. --- -# TiDB Cloud Data Service (Beta) Overview +# TiDB Cloud Data Service (Preview) Overview -TiDB Cloud [Data Service (beta)](https://tidbcloud.com/project/data-service) is a fully managed low-code backend-as-a-service solution that simplifies backend application development, empowering developers to rapidly build highly scalable, secure, data-driven applications. +TiDB Cloud [Data Service (Preview)](https://tidbcloud.com/project/data-service) is a fully managed low-code backend-as-a-service solution that simplifies backend application development, empowering developers to rapidly build highly scalable, secure, data-driven applications. Data Service enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. This feature uses a serverless architecture to handle computing resources and elastic scaling, so you can focus on the query logic in endpoints without worrying about infrastructure or maintenance costs. diff --git a/tidb-cloud/database-schema-concepts.md b/tidb-cloud/database-schema-concepts.md index 14cc0402bbc08..d31fa15472ec0 100644 --- a/tidb-cloud/database-schema-concepts.md +++ b/tidb-cloud/database-schema-concepts.md @@ -121,7 +121,7 @@ In TiDB, you can either [add a secondary index to an existing table](/develop/de > **Note:** > -> The vector index feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> The vector index feature is in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. In TiDB, a [vector index](/ai/reference/vector-search-index.md) is a specialized index designed for efficient approximate nearest neighbor (ANN) searches over columns containing vector data. Vector indexes, particularly the HNSW (Hierarchical Navigable Small World) algorithm, allow K-nearest neighbors (KNN) searches to identify the closest data points in a vector space quickly. This significantly speeds up query performance, enabling results in milliseconds compared to brute-force methods. diff --git a/tidb-cloud/dedicated/_index.md b/tidb-cloud/dedicated/_index.md index ebb09e7cd8d19..902d59a348201 100644 --- a/tidb-cloud/dedicated/_index.md +++ b/tidb-cloud/dedicated/_index.md @@ -56,7 +56,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Stream Data](http://docs.pingcap.com/tidbcloud/changefeed-overview) -[Use API (Beta)](https://docs.pingcap.com/tidbcloud/api-overview) +[Use API (Preview)](https://docs.pingcap.com/tidbcloud/api-overview) diff --git a/tidb-cloud/essential-database-audit-logging.md b/tidb-cloud/essential-database-audit-logging.md index 897cc3cac3892..d93c5849df0d5 100644 --- a/tidb-cloud/essential-database-audit-logging.md +++ b/tidb-cloud/essential-database-audit-logging.md @@ -1,10 +1,10 @@ --- -title: Database Audit Logging (Beta) for {{{ .essential }}} +title: Database Audit Logging (Preview) for {{{ .essential }}} summary: Learn about how to audit a {{{ .essential }}} instance in TiDB Cloud. aliases: ['/tidbcloud/serverless-audit-logging'] --- -# Database Audit Logging (Beta) for {{{ .essential }}} +# Database Audit Logging (Preview) for {{{ .essential }}} {{{ .essential }}} provides an audit logging feature that records user access activities of your database, such as executed SQL statements. @@ -409,7 +409,7 @@ When the event class is `CONNECTION` or a subclass of `CONNECTION`, the audit lo > **Note:** > -> To improve traffic visibility, `CLIENT_IP` now displays the real client IP address for connections via AWS PrivateLink, instead of the Load Balancer (LB) IP. Currently, this feature is in beta and is available only in the AWS region `Frankfurt (eu-central-1)`. +> To improve traffic visibility, `CLIENT_IP` now displays the real client IP address for connections via AWS PrivateLink, instead of the Load Balancer (LB) IP. Currently, this feature is in public preview and is available only in the AWS region `Frankfurt (eu-central-1)`. ### Audit operation information diff --git a/tidb-cloud/essential/_index.md b/tidb-cloud/essential/_index.md index 237400c5f7e46..4ace12b62fb3c 100644 --- a/tidb-cloud/essential/_index.md +++ b/tidb-cloud/essential/_index.md @@ -47,7 +47,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Back Up and Restore Data](https://docs.pingcap.com/tidbcloud/backup-and-restore-serverless/?plan=essential) -[Use API (Beta)](https://docs.pingcap.com/tidbcloud/api-overview/?plan=essential) +[Use API (Preview)](https://docs.pingcap.com/tidbcloud/api-overview/?plan=essential) [Use TiDB Cloud CLI](https://docs.pingcap.com/tidbcloud/get-started-with-cli/?plan=essential) diff --git a/tidb-cloud/explore-data-with-chat2query.md b/tidb-cloud/explore-data-with-chat2query.md index f5f3b5116ce41..f8ebf68be244f 100644 --- a/tidb-cloud/explore-data-with-chat2query.md +++ b/tidb-cloud/explore-data-with-chat2query.md @@ -7,7 +7,7 @@ summary: Learn how to use AI-assisted SQL Editor in the TiDB Cloud console, to m You can use the built-in AI-assisted SQL Editor in the [TiDB Cloud console](https://tidbcloud.com/) to maximize your data value. -In SQL Editor, you can either write SQL queries manually or simply press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (beta)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. This enables you to run SQL queries against databases without a local SQL client. You can intuitively view the query results in tables or charts and easily check the query logs. +In SQL Editor, you can either write SQL queries manually or simply press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (Preview)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. This enables you to run SQL queries against databases without a local SQL client. You can intuitively view the query results in tables or charts and easily check the query logs. ## Use cases @@ -167,7 +167,7 @@ For more information, see [Get started with Chat2Query API](/tidb-cloud/use-chat ## Generate an endpoint from a SQL file -TiDB Cloud provides a [Data Service (beta)](/tidb-cloud/data-service-overview.md) feature that enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. In SQL Editor, you can generate an endpoint of Data Service (beta) from a SQL file by taking the following steps: +TiDB Cloud provides a [Data Service (Preview)](/tidb-cloud/data-service-overview.md) feature that enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. In SQL Editor, you can generate an endpoint of Data Service (Preview) from a SQL file by taking the following steps: 1. Move your cursor on the filename, click **...** next to the filename, and then select **Generate endpoint**. 2. In the **Generate endpoint** dialog box, select the Data App you want to generate the endpoint for and enter the endpoint name. diff --git a/tidb-cloud/get-started-with-cli.md b/tidb-cloud/get-started-with-cli.md index a0d93b7cd1f13..425c141e73763 100644 --- a/tidb-cloud/get-started-with-cli.md +++ b/tidb-cloud/get-started-with-cli.md @@ -13,7 +13,7 @@ TiDB Cloud provides a command-line interface (CLI) [`ticloud`](https://github.co > **Note:** > -> TiDB Cloud CLI is in beta. +> TiDB Cloud CLI is in public preview. ## Before you begin diff --git a/tidb-cloud/key-concepts.md b/tidb-cloud/key-concepts.md index 09625c994d52c..9f8969abe36d8 100644 --- a/tidb-cloud/key-concepts.md +++ b/tidb-cloud/key-concepts.md @@ -27,7 +27,7 @@ TiDB is highly compatible with the MySQL protocol and the common features and sy The AI features in TiDB Cloud enable you to fully leverage advanced technologies for data exploration, search, and integration. [Learn more about AI features](/tidb-cloud/ai-feature-concepts.md). -## Data Service (Beta) +## Data Service (Preview) Data Service enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. [Learn more about Data Service](/tidb-cloud/data-service-concepts.md). diff --git a/tidb-cloud/migrate-from-mysql-using-data-migration.md b/tidb-cloud/migrate-from-mysql-using-data-migration.md index dbd321b8b54ad..d25a5fac3b1c1 100644 --- a/tidb-cloud/migrate-from-mysql-using-data-migration.md +++ b/tidb-cloud/migrate-from-mysql-using-data-migration.md @@ -12,7 +12,7 @@ This document guides you through migrating your MySQL databases from Amazon Auro > **Note:** > -> Currently, the Data Migration feature is in beta for {{{ .essential }}}. +> Currently, the Data Migration feature is in public preview for {{{ .essential }}}. @@ -560,7 +560,7 @@ If you use AWS VPC peering or Google Cloud VPC network peering, see the followin If your MySQL service is in an AWS VPC, take the following steps: -1. [Set up a VPC peering connection](/tidb-cloud/set-up-vpc-peering-connections.md) between the VPC of the MySQL service and your {{{ .dedicated }}} cluster. +1. [Set up a VPC peering connection](/tidb-cloud/set-up-vpc-peering-connections.md) between the VPC of the MySQL service and your {{{ .dedicated }}} cluster. 2. Modify the inbound rules of the security group that the MySQL service is associated with. diff --git a/tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md b/tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md index 0e9051d8ca10c..5b5f28744cc54 100644 --- a/tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md +++ b/tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md @@ -11,7 +11,7 @@ This document describes how to migrate incremental data from a MySQL-compatible > **Note:** > -> Currently, the Data Migration feature is in beta for {{{ .essential }}}. +> Currently, the Data Migration feature is in public preview for {{{ .essential }}}. @@ -201,8 +201,8 @@ On the **Create Migration Job** page, configure the source and target connection 3. Fill in the target connection profile. - - **Username**: enter the username of the target {{{ .dedicated }}} cluster{{{ .essential }}} instance{{{ .premium }}} instance. - - **Password**: enter the password of the TiDB Cloud username. + - **Username**: enter the username of the target {{{ .dedicated }}} cluster{{{ .essential }}} instance{{{ .premium }}} instance. + - **Password**: enter the password of the TiDB Cloud username. 4. Click **Validate Connection and Next** to validate the information you have entered. diff --git a/tidb-cloud/migrate-prometheus-metrics-integrations.md b/tidb-cloud/migrate-prometheus-metrics-integrations.md index acb1c729df824..9b55f3a8b205d 100644 --- a/tidb-cloud/migrate-prometheus-metrics-integrations.md +++ b/tidb-cloud/migrate-prometheus-metrics-integrations.md @@ -5,7 +5,7 @@ summary: Learn how to migrate from the legacy project-level Prometheus integrati # Migrate Prometheus Integrations -TiDB Cloud now manages [Prometheus integrations](/tidb-cloud/monitor-prometheus-and-grafana-integration.md) at the cluster level, offering more granular control and configuration. The legacy project-level Prometheus integrations (Beta) will be deprecated on January 9, 2026. If your organization is still using these legacy integrations, follow this guide to migrate them to the new cluster-level Prometheus integrations to minimize disruptions to your metrics-related services. +TiDB Cloud now manages [Prometheus integrations](/tidb-cloud/monitor-prometheus-and-grafana-integration.md) at the cluster level, offering more granular control and configuration. The legacy project-level Prometheus integrations (Beta) was deprecated on January 9, 2026. If your organization is still using these legacy integrations, follow this guide to migrate them to the new cluster-level Prometheus integrations to minimize disruptions to your metrics-related services. ## Prerequisites diff --git a/tidb-cloud/monitor-datadog-integration.md b/tidb-cloud/monitor-datadog-integration.md index cf3327e94e5db..9d9132a17bfd6 100644 --- a/tidb-cloud/monitor-datadog-integration.md +++ b/tidb-cloud/monitor-datadog-integration.md @@ -20,7 +20,7 @@ TiDB Cloud supports integration with Datadog. You can configure TiDB Cloud to se TiDB Cloud has supported the project-level Datadog integration (Beta) since March 4, 2022. Starting from July 31, 2025, TiDB Cloud introduces the cluster-level Datadog integration (Preview). Starting from September 30, 2025, the cluster-level Datadog integration becomes generally available (GA). - **Cluster-level Datadog integration**: if no legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud provides the cluster-level Datadog integration for your organization to experience the latest enhancements. -- **Legacy project-level Datadog integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level Datadog integrations will be deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. +- **Legacy project-level Datadog integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level Datadog integrations was deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. ## Prerequisites diff --git a/tidb-cloud/monitor-new-relic-integration.md b/tidb-cloud/monitor-new-relic-integration.md index 7fec5041183e1..459e427466687 100644 --- a/tidb-cloud/monitor-new-relic-integration.md +++ b/tidb-cloud/monitor-new-relic-integration.md @@ -12,7 +12,7 @@ TiDB Cloud supports New Relic integration. You can configure TiDB Cloud to send TiDB Cloud has supported the project-level New Relic integration (Beta) since April 11, 2023. Starting from July 31, 2025, TiDB Cloud introduces the cluster-level New Relic integration (Preview). Starting from September 30, 2025, the cluster-level New Relic integration becomes generally available (GA). - **Cluster-level New Relic integration**: if no legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud provides the cluster-level New Relic integration for your organization to experience the latest enhancements. -- **Legacy project-level New Relic integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level New Relic integrations will be deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. +- **Legacy project-level New Relic integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level New Relic integrations was deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. ## Prerequisites diff --git a/tidb-cloud/monitor-prometheus-and-grafana-integration.md b/tidb-cloud/monitor-prometheus-and-grafana-integration.md index a203198787141..486a735e28e27 100644 --- a/tidb-cloud/monitor-prometheus-and-grafana-integration.md +++ b/tidb-cloud/monitor-prometheus-and-grafana-integration.md @@ -19,7 +19,7 @@ TiDB Cloud has supported the project-level Prometheus integration (Beta) since M > **Note** > - > The legacy project-level Prometheus integrations will be deprecated on January 9, 2026. If your organization is still using these legacy integrations, follow [Migrate Prometheus Integrations](/tidb-cloud/migrate-prometheus-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. + > The legacy project-level Prometheus integrations was deprecated on January 9, 2026. If your organization is still using these legacy integrations, follow [Migrate Prometheus Integrations](/tidb-cloud/migrate-prometheus-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. ## Prerequisites diff --git a/tidb-cloud/pause-or-resume-tidb-cluster.md b/tidb-cloud/pause-or-resume-tidb-cluster.md index 67e00bafe1cba..9c2a9a5b19e0c 100644 --- a/tidb-cloud/pause-or-resume-tidb-cluster.md +++ b/tidb-cloud/pause-or-resume-tidb-cluster.md @@ -86,7 +86,7 @@ To pause a cluster, take the following steps: After you click **Pause**, the cluster will enter the **Pausing** status first. Once the pause operation is done, the cluster will transition to the **Paused** status. -You can also pause a cluster using TiDB Cloud API. Currently, TiDB Cloud API is still in beta. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). +You can also pause a cluster using TiDB Cloud API. Currently, TiDB Cloud API is in public preview. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). ## Resume a TiDB cluster @@ -109,4 +109,4 @@ To resume a paused cluster, take the following steps: Depending on your cluster size, it can take several minutes to resume the cluster. After the cluster is resumed, the cluster status changes from **Resuming** to **Available**. -You can also resume a cluster using TiDB Cloud API. Currently, TiDB Cloud API is still in beta. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). +You can also resume a cluster using TiDB Cloud API. Currently, TiDB Cloud API is in public preview. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). diff --git a/tidb-cloud/premium/_index.md b/tidb-cloud/premium/_index.md index 3c4edebf12333..e66aba783aea2 100644 --- a/tidb-cloud/premium/_index.md +++ b/tidb-cloud/premium/_index.md @@ -45,7 +45,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Back Up and Restore Data](https://docs.pingcap.com/tidbcloud/backup-and-restore-premium/?plan=premium) -[Use API (Beta)](https://docs.pingcap.com/api/) +[Use API (Preview)](https://docs.pingcap.com/api/) diff --git a/tidb-cloud/premium/tidb-cloud-auditing-premium.md b/tidb-cloud/premium/tidb-cloud-auditing-premium.md index d324a39b14916..5aae1762908d1 100644 --- a/tidb-cloud/premium/tidb-cloud-auditing-premium.md +++ b/tidb-cloud/premium/tidb-cloud-auditing-premium.md @@ -22,7 +22,7 @@ The audit logging feature is **disabled by default**. To audit a {{{ .premium }} > **Note:** > > - Database audit logging is not available for {{{ .starter }}}. - > - For {{{ .essential }}}, see [Database Audit Logging (Beta) for {{{ .essential }}}](/tidb-cloud/essential-database-audit-logging.md). + > - For {{{ .essential }}}, see [Database Audit Logging (Preview) for {{{ .essential }}}](/tidb-cloud/essential-database-audit-logging.md). > - For {{{ .dedicated }}}, see [{{{ .dedicated }}} Database Audit Logging](/tidb-cloud/tidb-cloud-auditing.md). - You must have the `Organization Owner` role in your organization. Otherwise, you cannot see the database audit-related options in the TiDB Cloud console. @@ -332,7 +332,7 @@ When the event class is `CONNECTION` or a subclass of `CONNECTION`, the audit lo > **Note:** > -> To improve traffic visibility, `CLIENT_IP` displays the actual client IP address for connections through AWS PrivateLink instead of the load balancer IP. This feature is in beta and is available only in the AWS region `Frankfurt (eu-central-1)`. +> To improve traffic visibility, `CLIENT_IP` displays the actual client IP address for connections through AWS PrivateLink instead of the load balancer IP. This feature is in public preview and is available only in the AWS region `Frankfurt (eu-central-1)`. ### Audit operation information diff --git a/tidb-cloud/recovery-group-overview.md b/tidb-cloud/recovery-group-overview.md index eae24576664cd..76b2f637bfe6c 100644 --- a/tidb-cloud/recovery-group-overview.md +++ b/tidb-cloud/recovery-group-overview.md @@ -1,9 +1,9 @@ --- -title: Recovery Group Overview (Beta) +title: Recovery Group Overview (Preview) summary: Learn how to protect your databases against disasters by using TiDB Cloud recovery groups. --- -# Recovery Group Overview (Beta) +# Recovery Group Overview (Preview) A TiDB Cloud recovery group allows you to replicate your databases between TiDB Cloud Dedicated clusters for protection against regional disasters. You can orchestrate the failover of databases from one cluster to another. After a failover to the secondary cluster, if the original primary cluster becomes available again, you can re-establish replication in the reverse direction to reprotect your databases. @@ -29,7 +29,7 @@ A recovery group consists of a set of replicated databases that can be failed ov > **Warning** > -> This feature is in beta and not recommended for production environments. +> This feature is in public preview and not recommended for production environments. ## What's next diff --git a/tidb-cloud/scale-tidb-cluster.md b/tidb-cloud/scale-tidb-cluster.md index 1187ea753df89..29b345d86d5d7 100644 --- a/tidb-cloud/scale-tidb-cluster.md +++ b/tidb-cloud/scale-tidb-cluster.md @@ -47,7 +47,7 @@ To change the number of TiDB, TiKV, or TiFlash nodes, take the following steps: 4. On the **Modify Cluster** page, change the number of TiDB, TiKV, or TiFlash nodes. 5. Review the cluster size in the right pane, and then click **Confirm**. -You can also change the number of TiDB, TiKV, or TiFlash nodes using TiDB Cloud API through the [Modify a TiDB Cloud Dedicated cluster](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Cluster/operation/UpdateCluster) endpoint. Currently, TiDB Cloud API is still in beta. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). +You can also change the number of TiDB, TiKV, or TiFlash nodes using TiDB Cloud API through the [Modify a TiDB Cloud Dedicated cluster](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Cluster/operation/UpdateCluster) endpoint. Currently, TiDB Cloud API is in public preview. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). ## Change vCPU and RAM @@ -75,7 +75,7 @@ To change the vCPU and RAM of TiDB, TiKV, or TiFlash nodes, take the following s 4. On the **Modify Cluster** page, change the vCPU and RAM of TiDB, TiKV, or TiFlash nodes. 5. Review the cluster size in the right pane, and then click **Confirm**. -You can also change the vCPU and RAM of a TiDB, TiKV, or TiFlash node using TiDB Cloud API through the [Modify a TiDB Cloud Dedicated cluster](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Cluster/operation/UpdateCluster) endpoint. Currently, TiDB Cloud API is still in beta. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). +You can also change the vCPU and RAM of a TiDB, TiKV, or TiFlash node using TiDB Cloud API through the [Modify a TiDB Cloud Dedicated cluster](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Cluster/operation/UpdateCluster) endpoint. Currently, TiDB Cloud API is in public preview. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). ## Change storage @@ -99,4 +99,4 @@ To change the storage of TiKV or TiFlash, take the following steps: 4. On the **Modify Cluster** page, change the storage of each TiKV or TiFlash node. 5. Review the cluster size in the right pane, and then click **Confirm**. -You can also change the storage of a TiKV or TiFlash node using TiDB Cloud API through the [Modify a TiDB Cloud Dedicated cluster](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Cluster/operation/UpdateCluster) endpoint. Currently, TiDB Cloud API is still in beta. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). +You can also change the storage of a TiKV or TiFlash node using TiDB Cloud API through the [Modify a TiDB Cloud Dedicated cluster](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Cluster/operation/UpdateCluster) endpoint. Currently, TiDB Cloud API is in public preview. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). diff --git a/tidb-cloud/serverless-high-availability.md b/tidb-cloud/serverless-high-availability.md index 0fb0ce5746b51..cf2694e78216b 100644 --- a/tidb-cloud/serverless-high-availability.md +++ b/tidb-cloud/serverless-high-availability.md @@ -39,7 +39,7 @@ TiDB Cloud extends these capabilities with zonal high availability and regional - **Zonal high availability**: This option places all nodes within a single availability zone, reducing network latency. It ensures high availability without requiring application-level redundancy across zones, making it suitable for applications that prioritize low latency within a single zone. For more information, see [Zonal high availability architecture](#zonal-high-availability-architecture). -- **Regional high availability (beta)**: This option distributes nodes across multiple availability zones, offering maximum infrastructure isolation and redundancy. It provides the highest level of availability but requires application-level redundancy across zones. It is recommended to choose this option if you need maximum availability protection against infrastructure failures within a zone. Note that it increases latency and might incur cross-zone data transfer fees. This feature is available in regions with more than three availability zones. For more information, see [Regional high availability architecture](#regional-high-availability-architecture). +- **Regional high availability (Preview)**: This option distributes nodes across multiple availability zones, offering maximum infrastructure isolation and redundancy. It provides the highest level of availability but requires application-level redundancy across zones. It is recommended to choose this option if you need maximum availability protection against infrastructure failures within a zone. Note that it increases latency and might incur cross-zone data transfer fees. This feature is available in regions with more than three availability zones. For more information, see [Regional high availability architecture](#regional-high-availability-architecture). ## Zonal high availability architecture @@ -113,7 +113,7 @@ When you create a {{{ .premium }}} instance with regional high availability, cri > **Note:** > -> Regional high availability is currently in beta. +> Regional high availability is currently in public preview. diff --git a/tidb-cloud/starter/_index.md b/tidb-cloud/starter/_index.md index 7ddb64701fed6..2abfd1d37f1aa 100644 --- a/tidb-cloud/starter/_index.md +++ b/tidb-cloud/starter/_index.md @@ -49,7 +49,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Back Up and Restore Data](https://docs.pingcap.com/tidbcloud/backup-and-restore-serverless/?plan=starter) -[Use API (Beta)](https://docs.pingcap.com/tidbcloud/api-overview/?plan=starter) +[Use API (Preview)](https://docs.pingcap.com/tidbcloud/api-overview/?plan=starter) [Use TiDB Cloud CLI](https://docs.pingcap.com/tidbcloud/cli-reference/?plan=starter) diff --git a/tidb-cloud/tidb-cloud-auditing.md b/tidb-cloud/tidb-cloud-auditing.md index 3275997eb2f3f..b0a14fe3eb413 100644 --- a/tidb-cloud/tidb-cloud-auditing.md +++ b/tidb-cloud/tidb-cloud-auditing.md @@ -26,7 +26,7 @@ The audit logging feature is **disabled by default**. To audit a cluster, you mu > **Note:** > > - Database audit logging is not available for {{{ .starter }}}. - > - For {{{ .essential }}}, see [Database Audit Logging (Beta) for {{{ .essential }}}](/tidb-cloud/essential-database-audit-logging.md). + > - For {{{ .essential }}}, see [Database Audit Logging (Preview) for {{{ .essential }}}](/tidb-cloud/essential-database-audit-logging.md). - You are in the `Organization Owner` or `Project Owner` role of your organization. Otherwise, you cannot see the database audit-related options in the TiDB Cloud console. For more information, see [User roles](/tidb-cloud/manage-user-access.md#user-roles). diff --git a/tidb-cloud/tidb-cloud-encrypt-cmek-aws.md b/tidb-cloud/tidb-cloud-encrypt-cmek-aws.md index 5ae65426ef73f..ba2dad5bb60c1 100644 --- a/tidb-cloud/tidb-cloud-encrypt-cmek-aws.md +++ b/tidb-cloud/tidb-cloud-encrypt-cmek-aws.md @@ -46,7 +46,7 @@ To create a CMEK-enabled project, take the following steps: You can complete this step using TiDB Cloud API through the [Create a CMEK-enabled project](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Project/operation/CreateProject) endpoint. Make sure that the `aws_cmek_enabled` field is set to `true`. -Currently, TiDB Cloud API is still in beta. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). +Currently, TiDB Cloud API is in public preview. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). @@ -132,7 +132,7 @@ To complete the CMEK configuration of the project, take the following steps: 2. Call the [Configure AWS CMEK](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Cluster/operation/CreateAwsCmek) endpoint of TiDB Cloud API. - Currently, TiDB Cloud API is still in beta. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). + Currently, TiDB Cloud API is in public preview. For more information, see [TiDB Cloud API Documentation](https://docs.pingcap.com/tidbcloud/api/v1beta). diff --git a/tidb-cloud/tidb-cloud-faq.md b/tidb-cloud/tidb-cloud-faq.md index 637b0a52beb30..5379852838682 100644 --- a/tidb-cloud/tidb-cloud-faq.md +++ b/tidb-cloud/tidb-cloud-faq.md @@ -55,9 +55,9 @@ TiDB is trusted by over 1500 global enterprises across a variety of industries, TiDB Cloud provides 99.99% SLA. For details, see [Service Level Agreement for TiDB Cloud Services](https://www.pingcap.com/legal/service-level-agreement-for-tidb-cloud-services/). -### What does BETA mean in TiDB Cloud? +### What does preview mean in TiDB Cloud? -BETA is the public preview stage of a TiDB Cloud feature or offering before it becomes generally available (GA). +Preview is the public preview stage of a TiDB Cloud feature or offering before it becomes generally available (GA). ### How can I learn more about TiDB Cloud? diff --git a/tidb-cloud/tidb-cloud-glossary.md b/tidb-cloud/tidb-cloud-glossary.md index 433295a02dbfb..177a509f9e39a 100644 --- a/tidb-cloud/tidb-cloud-glossary.md +++ b/tidb-cloud/tidb-cloud-glossary.md @@ -43,13 +43,13 @@ TiDB Cloud offers a certain number of credits for Proof of Concept (PoC) users. ### Data App -A Data App in [Data Service (beta)](#data-service) is a collection of endpoints that you can use to access data for a specific application. You can configure authorization settings using API keys to restrict access to endpoints in a Data App. +A Data App in [Data Service (Preview)](#data-service) is a collection of endpoints that you can use to access data for a specific application. You can configure authorization settings using API keys to restrict access to endpoints in a Data App. For more information, see [Manage a Data App](/tidb-cloud/data-service-manage-data-app.md). ### Data Service -Data Service (beta) enables you to access TiDB Cloud data via an HTTPS request using a custom API [endpoint](#endpoint). This feature uses a serverless architecture to handle computing resources and elastic scaling, so you can focus on the query logic in endpoints without worrying about infrastructure or maintenance costs. +Data Service (Preview) enables you to access TiDB Cloud data via an HTTPS request using a custom API [endpoint](#endpoint). This feature uses a serverless architecture to handle computing resources and elastic scaling, so you can focus on the query logic in endpoints without worrying about infrastructure or maintenance costs. For more information, see [Data Service Overview](/tidb-cloud/data-service-overview.md). diff --git a/tidb-cloud/tidb-cloud-quickstart.md b/tidb-cloud/tidb-cloud-quickstart.md index 86dfe3cda8d2b..a67919a016da5 100644 --- a/tidb-cloud/tidb-cloud-quickstart.md +++ b/tidb-cloud/tidb-cloud-quickstart.md @@ -58,7 +58,7 @@ For {{{ .starter }}} instances hosted on AWS, you can use the built-in AI-assist 2. To try the AI capacity of TiDB Cloud, follow the on-screen instructions to allow PingCAP and AWS Bedrock to use your code snippets for research and service improvement, and then click **Save and Get Started**. -3. In SQL Editor, press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (beta)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. +3. In SQL Editor, press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (Preview)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. For example, to create a new table `test.t` with two columns (column `id` and column `name`), you can type `use test;` to specify the database, press + I, type `create a new table t with id and name` as the instruction, and then press **Enter** to let AI generate a SQL statement accordingly. @@ -137,4 +137,4 @@ TiDB Cloud offers an interactive tutorial with carefully crafted sample datasets - For more information about how to use SQL Editor and Chat2Query to explore your data, see [Explore your data with AI-assisted SQL Editor](/tidb-cloud/explore-data-with-chat2query.md). - For TiDB SQL usage, see [Explore SQL with TiDB](/basic-sql-operations.md). - For production use with the benefits of cross-zone high availability, horizontal scaling, and [HTAP](https://en.wikipedia.org/wiki/Hybrid_transactional/analytical_processing), see [Create a TiDB Cloud Dedicated cluster](/tidb-cloud/create-tidb-cluster.md). -- To manage your instance using the TiDB Cloud CLI, see [TiDB Cloud CLI Reference (Beta)](/tidb-cloud/cli-reference.md). +- To manage your instance using the TiDB Cloud CLI, see [TiDB Cloud CLI Reference (Preview)](/tidb-cloud/cli-reference.md). diff --git a/tidb-cloud/tidb-cloud-roadmap.md b/tidb-cloud/tidb-cloud-roadmap.md index 81e3285cd9d0e..67e51d60933b3 100644 --- a/tidb-cloud/tidb-cloud-roadmap.md +++ b/tidb-cloud/tidb-cloud-roadmap.md @@ -39,7 +39,7 @@ The TiDB Cloud roadmap brings you what's coming in the near future, so you can s ✅ Support Data Service. - With Data Service (beta), you can read or write TiDB Cloud data via an HTTPS request using a custom API endpoint. + With Data Service (Preview), you can read or write TiDB Cloud data via an HTTPS request using a custom API endpoint. Cloud provider marketplace diff --git a/tidb-cloud/tune-performance.md b/tidb-cloud/tune-performance.md index e2efc706f3ab5..c12e28a53afc3 100644 --- a/tidb-cloud/tune-performance.md +++ b/tidb-cloud/tune-performance.md @@ -76,7 +76,7 @@ The results are displayed in the form of a table, and you can sort the results b > **Note:** > -> To improve traffic visibility, {{{ .starter }}} and {{{ .essential }}} now display the real client IP address for connections via AWS PrivateLink in detailed execution information. Currently, this feature is in beta and is available only in the AWS region `Frankfurt (eu-central-1)`. +> To improve traffic visibility, {{{ .starter }}} and {{{ .essential }}} now display the real client IP address for connections via AWS PrivateLink in detailed execution information. Currently, this feature is in public preview and is available only in the AWS region `Frankfurt (eu-central-1)`. From 8932e7c5a8cddf303bbc3d204edc9bd388ec7eb8 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 9 Jul 2026 15:33:16 +0800 Subject: [PATCH 2/9] Update tidb-cloud/branch-overview.md --- tidb-cloud/branch-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/branch-overview.md b/tidb-cloud/branch-overview.md index 8cc60b34826f9..81b18ccc165bf 100644 --- a/tidb-cloud/branch-overview.md +++ b/tidb-cloud/branch-overview.md @@ -37,7 +37,7 @@ You can create branches easily and quickly to get isolated data environments. Br ## Limitations and quotas -Currently, TiDB Cloud branches are in public preview and free of charge. +Currently, TiDB Cloud branches are in public preview. - For each organization in TiDB Cloud, you can create a maximum of five branches by default across all {{{ .starter }}} instances. TiDB Cloud creates branches of a {{{ .starter }}} instance in the same region as the instance, and you cannot create branches for a {{{ .starter }}} instance that is throttled or larger than 100 GiB. From ade03fede45fef82cbb18908be0cc3d45fcdec13 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 9 Jul 2026 15:38:17 +0800 Subject: [PATCH 3/9] Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tidb-cloud/connect-to-tidb-cluster-serverless.md | 2 +- tidb-cloud/migrate-prometheus-metrics-integrations.md | 2 +- tidb-cloud/monitor-datadog-integration.md | 2 +- tidb-cloud/monitor-new-relic-integration.md | 2 +- tidb-cloud/monitor-prometheus-and-grafana-integration.md | 2 +- tidb-cloud/tidb-cloud-faq.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tidb-cloud/connect-to-tidb-cluster-serverless.md b/tidb-cloud/connect-to-tidb-cluster-serverless.md index b2260ba9a3e71..fd03e0192e17f 100644 --- a/tidb-cloud/connect-to-tidb-cluster-serverless.md +++ b/tidb-cloud/connect-to-tidb-cluster-serverless.md @@ -55,7 +55,7 @@ The following table shows the network you can use in different connection method | Connection method | Network | Description | |----------------------------|------------------------------|-------------------------------------------------------------------------------------------------------------------| | Direct connections | Public or private endpoint | Direct connections can be made via both public and private endpoints. | -| Data Service (Preview) | / | Accessing {{{ .starter }}} hosted on AWS via Data Service (Preview) does not need to specify the network type. | +| Data Service (Preview) | / | You do not need to specify the network type when accessing {{{ .starter }}} hosted on AWS via Data Service (Preview). | | Serverless Driver (Preview) | Public endpoint | Serverless Driver only supports connections via public endpoint. | ## What's next diff --git a/tidb-cloud/migrate-prometheus-metrics-integrations.md b/tidb-cloud/migrate-prometheus-metrics-integrations.md index 9b55f3a8b205d..0bcdeaa407f4b 100644 --- a/tidb-cloud/migrate-prometheus-metrics-integrations.md +++ b/tidb-cloud/migrate-prometheus-metrics-integrations.md @@ -5,7 +5,7 @@ summary: Learn how to migrate from the legacy project-level Prometheus integrati # Migrate Prometheus Integrations -TiDB Cloud now manages [Prometheus integrations](/tidb-cloud/monitor-prometheus-and-grafana-integration.md) at the cluster level, offering more granular control and configuration. The legacy project-level Prometheus integrations (Beta) was deprecated on January 9, 2026. If your organization is still using these legacy integrations, follow this guide to migrate them to the new cluster-level Prometheus integrations to minimize disruptions to your metrics-related services. +TiDB Cloud now manages [Prometheus integrations](/tidb-cloud/monitor-prometheus-and-grafana-integration.md) at the cluster level, offering more granular control and configuration. The legacy project-level Prometheus integration (Beta) was deprecated on January 9, 2026. If your organization is still using these legacy integrations, follow this guide to migrate them to the new cluster-level Prometheus integrations to minimize disruptions to your metrics-related services. ## Prerequisites diff --git a/tidb-cloud/monitor-datadog-integration.md b/tidb-cloud/monitor-datadog-integration.md index 9d9132a17bfd6..b0997ddfe0096 100644 --- a/tidb-cloud/monitor-datadog-integration.md +++ b/tidb-cloud/monitor-datadog-integration.md @@ -20,7 +20,7 @@ TiDB Cloud supports integration with Datadog. You can configure TiDB Cloud to se TiDB Cloud has supported the project-level Datadog integration (Beta) since March 4, 2022. Starting from July 31, 2025, TiDB Cloud introduces the cluster-level Datadog integration (Preview). Starting from September 30, 2025, the cluster-level Datadog integration becomes generally available (GA). - **Cluster-level Datadog integration**: if no legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud provides the cluster-level Datadog integration for your organization to experience the latest enhancements. -- **Legacy project-level Datadog integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level Datadog integrations was deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. +- **Legacy project-level Datadog integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level Datadog integration was deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. ## Prerequisites diff --git a/tidb-cloud/monitor-new-relic-integration.md b/tidb-cloud/monitor-new-relic-integration.md index 459e427466687..fcebc7a1509f7 100644 --- a/tidb-cloud/monitor-new-relic-integration.md +++ b/tidb-cloud/monitor-new-relic-integration.md @@ -12,7 +12,7 @@ TiDB Cloud supports New Relic integration. You can configure TiDB Cloud to send TiDB Cloud has supported the project-level New Relic integration (Beta) since April 11, 2023. Starting from July 31, 2025, TiDB Cloud introduces the cluster-level New Relic integration (Preview). Starting from September 30, 2025, the cluster-level New Relic integration becomes generally available (GA). - **Cluster-level New Relic integration**: if no legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud provides the cluster-level New Relic integration for your organization to experience the latest enhancements. -- **Legacy project-level New Relic integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level New Relic integrations was deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. +- **Legacy project-level New Relic integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level New Relic integration was deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. ## Prerequisites diff --git a/tidb-cloud/monitor-prometheus-and-grafana-integration.md b/tidb-cloud/monitor-prometheus-and-grafana-integration.md index 486a735e28e27..04a1417ef9739 100644 --- a/tidb-cloud/monitor-prometheus-and-grafana-integration.md +++ b/tidb-cloud/monitor-prometheus-and-grafana-integration.md @@ -19,7 +19,7 @@ TiDB Cloud has supported the project-level Prometheus integration (Beta) since M > **Note** > - > The legacy project-level Prometheus integrations was deprecated on January 9, 2026. If your organization is still using these legacy integrations, follow [Migrate Prometheus Integrations](/tidb-cloud/migrate-prometheus-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. + > The legacy project-level Prometheus integration was deprecated on January 9, 2026. If your organization is still using these legacy integrations, follow [Migrate Prometheus Integrations](/tidb-cloud/migrate-prometheus-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. ## Prerequisites diff --git a/tidb-cloud/tidb-cloud-faq.md b/tidb-cloud/tidb-cloud-faq.md index 5379852838682..56e96aafe729c 100644 --- a/tidb-cloud/tidb-cloud-faq.md +++ b/tidb-cloud/tidb-cloud-faq.md @@ -55,7 +55,7 @@ TiDB is trusted by over 1500 global enterprises across a variety of industries, TiDB Cloud provides 99.99% SLA. For details, see [Service Level Agreement for TiDB Cloud Services](https://www.pingcap.com/legal/service-level-agreement-for-tidb-cloud-services/). -### What does preview mean in TiDB Cloud? +### What does Preview mean in TiDB Cloud? Preview is the public preview stage of a TiDB Cloud feature or offering before it becomes generally available (GA). From 4cbbc84de78917835f619d84824e2396df09ebce Mon Sep 17 00:00:00 2001 From: qiancai Date: Thu, 9 Jul 2026 15:58:28 +0800 Subject: [PATCH 4/9] add the change to release notes --- TOC-develop.md | 4 ++-- TOC-tidb-cloud-essential.md | 4 ++-- TOC-tidb-cloud-lake.md | 8 ++++---- TOC-tidb-cloud-starter.md | 10 +++++----- TOC-tidb-cloud.md | 6 +++--- _docHome.md | 2 +- ai/concepts/vector-search-overview.md | 2 +- .../vector-search-integrate-with-amazon-bedrock.md | 2 +- .../vector-search-integrate-with-django-orm.md | 2 +- .../vector-search-integrate-with-jinaai-embedding.md | 2 +- .../vector-search-integrate-with-langchain.md | 2 +- .../vector-search-integrate-with-llamaindex.md | 2 +- .../vector-search-integrate-with-peewee.md | 2 +- .../vector-search-integrate-with-sqlalchemy.md | 2 +- .../vector-search-integration-overview.md | 2 +- ai/quickstart-via-python.md | 2 +- ai/quickstart-via-sql.md | 2 +- ai/reference/vector-search-data-types.md | 2 +- .../vector-search-functions-and-operators.md | 2 +- ai/reference/vector-search-improve-performance.md | 2 +- ai/reference/vector-search-index.md | 2 +- ai/reference/vector-search-limitations.md | 2 +- ai/vector-search-get-started-using-python.md | 2 +- api/_index.md | 2 +- api/tidb-cloud-api-overview.md | 2 +- develop/_index.md | 2 +- develop/dev-guide-connect-to-tidb.md | 2 +- develop/serverless-driver.md | 12 ++++++------ tidb-cloud/releases/tidb-cloud-release-notes.md | 6 ++++++ 29 files changed, 50 insertions(+), 44 deletions(-) diff --git a/TOC-develop.md b/TOC-develop.md index 77dab88ec51e5..3482416c31136 100644 --- a/TOC-develop.md +++ b/TOC-develop.md @@ -52,7 +52,7 @@ - [Rails](/develop/dev-guide-sample-application-ruby-rails.md) - C# - [C#](/develop/dev-guide-sample-application-cs.md) - - TiDB Cloud Serverless Driver ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - TiDB Cloud Serverless Driver ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [Overview](/develop/serverless-driver.md) - [Node.js Example](/develop/serverless-driver-node-example.md) - [Prisma Example](/develop/serverless-driver-prisma-example.md) @@ -81,7 +81,7 @@ - [Follower Read](/develop/dev-guide-use-follower-read.md) - [Stale Read](/develop/dev-guide-use-stale-read.md) - [HTAP Queries](/develop/dev-guide-hybrid-oltp-and-olap-queries.md) -- [Vector Search](/develop/dev-guide-vector-search.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) +- [Vector Search](/develop/dev-guide-vector-search.md) ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - Manage Transactions - [Overview](/develop/dev-guide-transaction-overview.md) - [Optimistic and Pessimistic Transactions](/develop/dev-guide-optimistic-and-pessimistic-transaction.md) diff --git a/TOC-tidb-cloud-essential.md b/TOC-tidb-cloud-essential.md index 1ffc5e3a2dcf6..ab694f5236b42 100644 --- a/TOC-tidb-cloud-essential.md +++ b/TOC-tidb-cloud-essential.md @@ -137,7 +137,7 @@ - [CSV Configurations for Importing Data](/tidb-cloud/csv-config-for-import-data.md) - [Troubleshoot Access Denied Errors during Data Import from Amazon S3](/tidb-cloud/troubleshoot-import-access-denied-error.md) - [Connect AWS DMS to TiDB Cloud](/tidb-cloud/tidb-cloud-connect-aws-dms.md) -- Stream Data ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) +- Stream Data ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [Changefeed Overview](/tidb-cloud/essential-changefeed-overview.md) - [Sink to MySQL](/tidb-cloud/essential-changefeed-sink-to-mysql.md) - [Sink to Apache Kafka](/tidb-cloud/essential-changefeed-sink-to-kafka.md) @@ -457,7 +457,7 @@ - [`schema_unused_indexes`](/sys-schema/sys-schema-unused-indexes.md) - [Metadata Lock](/metadata-lock.md) - [TiDB Accelerated Table Creation](/accelerated-table-creation.md) -- CLI Reference ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) +- CLI Reference ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [Overview](/tidb-cloud/cli-reference.md) - auth - [login](/tidb-cloud/ticloud-auth-login.md) diff --git a/TOC-tidb-cloud-lake.md b/TOC-tidb-cloud-lake.md index 64fbc08e05c6c..7b6ff51eaf1d5 100644 --- a/TOC-tidb-cloud-lake.md +++ b/TOC-tidb-cloud-lake.md @@ -36,19 +36,19 @@ - Data Sources - [Overview](/tidb-cloud-lake/guides/data-sources.md) - [Amazon S3 - Credentials](/tidb-cloud-lake/guides/aws-credentials.md) - - [Amazon SQS (S3) - IAM Role](/tidb-cloud-lake/guides/amazon-sqs-s3-iam-role.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - [Amazon SQS (S3) - IAM Role](/tidb-cloud-lake/guides/amazon-sqs-s3-iam-role.md) ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [MySQL - Credentials](/tidb-cloud-lake/guides/mysql-credentials.md) - [PostgreSQL - Credentials](/tidb-cloud-lake/guides/postgresql-credentials.md) - [FeiShuBot](/tidb-cloud-lake/guides/feishubot.md) - - [Kafka - Credentials](/tidb-cloud-lake/guides/kafka-credentials.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - [Kafka - Credentials](/tidb-cloud-lake/guides/kafka-credentials.md) ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - Integration Tasks - [Overview](/tidb-cloud-lake/guides/integration-tasks.md) - [Task Management](/tidb-cloud-lake/guides/task-management.md) - [Amazon S3 Integration Task](/tidb-cloud-lake/guides/integrate-with-amazon-s3.md) - - [Amazon SQS (S3) Integration Task](/tidb-cloud-lake/guides/integrate-with-amazon-sqs-s3.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - [Amazon SQS (S3) Integration Task](/tidb-cloud-lake/guides/integrate-with-amazon-sqs-s3.md) ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [MySQL Integration Task](/tidb-cloud-lake/guides/integrate-with-mysql.md) - [PostgreSQL Integration Task](/tidb-cloud-lake/guides/integrate-with-postgresql.md) - - [Kafka Consumer Integration Task](/tidb-cloud-lake/guides/integrate-with-kafka.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - [Kafka Consumer Integration Task](/tidb-cloud-lake/guides/integrate-with-kafka.md) ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - Load Data - Work with Stages - [Stage Overview](/tidb-cloud-lake/guides/stage-overview.md) diff --git a/TOC-tidb-cloud-starter.md b/TOC-tidb-cloud-starter.md index dee9c10de97c8..729b4b716101a 100644 --- a/TOC-tidb-cloud-starter.md +++ b/TOC-tidb-cloud-starter.md @@ -21,7 +21,7 @@ - [Transactions](/tidb-cloud/transaction-concepts.md) - [SQL](/tidb-cloud/sql-concepts.md) - [AI Features](/tidb-cloud/ai-feature-concepts.md) - - [Data Service](/tidb-cloud/data-service-concepts.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - [Data Service](/tidb-cloud/data-service-concepts.md) ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [Scalability](/tidb-cloud/scalability-concepts.md) - [High Availability](/tidb-cloud/serverless-high-availability.md) - [Monitoring](/tidb-cloud/monitoring-concepts.md) @@ -39,7 +39,7 @@ - [Connect via Public Endpoint](/tidb-cloud/connect-via-standard-connection-serverless.md) - [Connect via Private Endpoint with AWS](/tidb-cloud/set-up-private-endpoint-connections-serverless.md) - [Connect via Private Endpoint with Alibaba Cloud](/tidb-cloud/set-up-private-endpoint-connections-on-alibaba-cloud.md) - - Branch ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - Branch ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [Overview](/tidb-cloud/branch-overview.md) - [Manage Branches](/tidb-cloud/branch-manage.md) - [GitHub Integration](/tidb-cloud/branch-github-integration.md) @@ -135,9 +135,9 @@ - [Troubleshoot Access Denied Errors during Data Import from Amazon S3](/tidb-cloud/troubleshoot-import-access-denied-error.md) - [Connect AWS DMS to TiDB Cloud](/tidb-cloud/tidb-cloud-connect-aws-dms.md) - Explore Data - - [Chat2Query in SQL Editor](/tidb-cloud/explore-data-with-chat2query.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - [Chat2Query in SQL Editor](/tidb-cloud/explore-data-with-chat2query.md) ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [SQL Proxy Account](/tidb-cloud/sql-proxy-account.md) -- Data Service ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) +- Data Service ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [Overview](/tidb-cloud/data-service-overview.md) - [Get Started](/tidb-cloud/data-service-get-started.md) - Chat2Query API @@ -461,7 +461,7 @@ - [`schema_unused_indexes`](/sys-schema/sys-schema-unused-indexes.md) - [Metadata Lock](/metadata-lock.md) - [TiDB Accelerated Table Creation](/accelerated-table-creation.md) -- CLI Reference ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) +- CLI Reference ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [Overview](/tidb-cloud/cli-reference.md) - auth - [login](/tidb-cloud/ticloud-auth-login.md) diff --git a/TOC-tidb-cloud.md b/TOC-tidb-cloud.md index 48254223102f1..f7aaa2d20d8fa 100644 --- a/TOC-tidb-cloud.md +++ b/TOC-tidb-cloud.md @@ -20,7 +20,7 @@ - [Transactions](/tidb-cloud/transaction-concepts.md) - [SQL](/tidb-cloud/sql-concepts.md) - [AI Features](/tidb-cloud/ai-feature-concepts.md) - - [Data Service](/tidb-cloud/data-service-concepts.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - [Data Service](/tidb-cloud/data-service-concepts.md) ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [Scalability](/tidb-cloud/scalability-concepts.md) - [High Availability](/tidb-cloud/high-availability-with-multi-az.md) - [Monitoring](/tidb-cloud/monitoring-concepts.md) @@ -166,9 +166,9 @@ - [Precheck Errors, Migration Errors, and Alerts for Data Migration](/tidb-cloud/tidb-cloud-dm-precheck-and-troubleshooting.md) - [Connect AWS DMS to TiDB Cloud](/tidb-cloud/tidb-cloud-connect-aws-dms.md) - Explore Data - - [Chat2Query in SQL Editor](/tidb-cloud/explore-data-with-chat2query.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - [Chat2Query in SQL Editor](/tidb-cloud/explore-data-with-chat2query.md) ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [SQL Proxy Account](/tidb-cloud/sql-proxy-account.md) -- Data Service ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) +- Data Service ![PREVIEW](/media/tidb-cloud/blank_transparent_placeholder.png) - [Overview](/tidb-cloud/data-service-overview.md) - [Get Started](/tidb-cloud/data-service-get-started.md) - Chat2Query API diff --git a/_docHome.md b/_docHome.md index 4eb5f4b13655b..3cbf1ce8bd521 100644 --- a/_docHome.md +++ b/_docHome.md @@ -32,7 +32,7 @@ Connect your application with the languages and frameworks you prefer. - + Explore native support of Vector Search in {{{ .starter }}} to build your AI application. diff --git a/ai/concepts/vector-search-overview.md b/ai/concepts/vector-search-overview.md index 1b2962037f78f..1e0723962511b 100644 --- a/ai/concepts/vector-search-overview.md +++ b/ai/concepts/vector-search-overview.md @@ -10,7 +10,7 @@ Vector search offers a powerful solution for semantic similarity searches across > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Concepts diff --git a/ai/integrations/vector-search-integrate-with-amazon-bedrock.md b/ai/integrations/vector-search-integrate-with-amazon-bedrock.md index 8926485571e52..942eeb304a098 100644 --- a/ai/integrations/vector-search-integrate-with-amazon-bedrock.md +++ b/ai/integrations/vector-search-integrate-with-amazon-bedrock.md @@ -14,7 +14,7 @@ This tutorial demonstrates how to integrate [TiDB Vector Search](/ai/concepts/ve > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). > **Tip** diff --git a/ai/integrations/vector-search-integrate-with-django-orm.md b/ai/integrations/vector-search-integrate-with-django-orm.md index 56c0d23def15f..995dc3bf306ee 100644 --- a/ai/integrations/vector-search-integrate-with-django-orm.md +++ b/ai/integrations/vector-search-integrate-with-django-orm.md @@ -10,7 +10,7 @@ This tutorial walks you through how to use the [Django](https://www.djangoprojec > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Prerequisites diff --git a/ai/integrations/vector-search-integrate-with-jinaai-embedding.md b/ai/integrations/vector-search-integrate-with-jinaai-embedding.md index e970a13284ece..b0f035fdf9dcc 100644 --- a/ai/integrations/vector-search-integrate-with-jinaai-embedding.md +++ b/ai/integrations/vector-search-integrate-with-jinaai-embedding.md @@ -10,7 +10,7 @@ This tutorial walks you through how to use [Jina AI](https://jina.ai/) to genera > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Prerequisites diff --git a/ai/integrations/vector-search-integrate-with-langchain.md b/ai/integrations/vector-search-integrate-with-langchain.md index d6e5fdbb35e94..b307bebb69598 100644 --- a/ai/integrations/vector-search-integrate-with-langchain.md +++ b/ai/integrations/vector-search-integrate-with-langchain.md @@ -10,7 +10,7 @@ This tutorial demonstrates how to integrate [TiDB Vector Search](/ai/concepts/ve > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). > **Tip** diff --git a/ai/integrations/vector-search-integrate-with-llamaindex.md b/ai/integrations/vector-search-integrate-with-llamaindex.md index 61fde499e815f..67d709673f9db 100644 --- a/ai/integrations/vector-search-integrate-with-llamaindex.md +++ b/ai/integrations/vector-search-integrate-with-llamaindex.md @@ -10,7 +10,7 @@ This tutorial demonstrates how to integrate [TiDB Vector Search](/ai/concepts/ve > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). > **Tip** diff --git a/ai/integrations/vector-search-integrate-with-peewee.md b/ai/integrations/vector-search-integrate-with-peewee.md index 5c5e90cbd629c..ac91d992f07dd 100644 --- a/ai/integrations/vector-search-integrate-with-peewee.md +++ b/ai/integrations/vector-search-integrate-with-peewee.md @@ -10,7 +10,7 @@ This tutorial walks you through how to use [peewee](https://docs.peewee-orm.com/ > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Prerequisites diff --git a/ai/integrations/vector-search-integrate-with-sqlalchemy.md b/ai/integrations/vector-search-integrate-with-sqlalchemy.md index 56462e0009c1f..77e68fe5360e2 100644 --- a/ai/integrations/vector-search-integrate-with-sqlalchemy.md +++ b/ai/integrations/vector-search-integrate-with-sqlalchemy.md @@ -10,7 +10,7 @@ This tutorial walks you through how to use [SQLAlchemy](https://www.sqlalchemy.o > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Prerequisites diff --git a/ai/integrations/vector-search-integration-overview.md b/ai/integrations/vector-search-integration-overview.md index 6b838d6ed3e78..73a71632b449b 100644 --- a/ai/integrations/vector-search-integration-overview.md +++ b/ai/integrations/vector-search-integration-overview.md @@ -10,7 +10,7 @@ This document provides an overview of AI integrations for TiDB, including Auto E > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Auto Embedding diff --git a/ai/quickstart-via-python.md b/ai/quickstart-via-python.md index 7ec12706f09c0..8697cd1a4f1f3 100644 --- a/ai/quickstart-via-python.md +++ b/ai/quickstart-via-python.md @@ -17,7 +17,7 @@ By following this document, you will learn how to: > **Note:** > -> - The vector search feature is in beta and might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature is in public preview and might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Prerequisites diff --git a/ai/quickstart-via-sql.md b/ai/quickstart-via-sql.md index 537eaa923e3bd..272b5693b8db2 100644 --- a/ai/quickstart-via-sql.md +++ b/ai/quickstart-via-sql.md @@ -17,7 +17,7 @@ This document demonstrates how to get started with TiDB Vector Search just using > **Note:** > -> - The vector search feature is in beta and might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview and might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Prerequisites diff --git a/ai/reference/vector-search-data-types.md b/ai/reference/vector-search-data-types.md index 051c092c99be5..cb03881dfca2a 100644 --- a/ai/reference/vector-search-data-types.md +++ b/ai/reference/vector-search-data-types.md @@ -10,7 +10,7 @@ A vector is a sequence of floating-point numbers, such as `[0.3, 0.5, -0.1, ...] > **Note:** > -> - Vector data types are in beta and might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - Vector data types are in public preview and might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - Vector data types are available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). The following Vector data types are currently available: diff --git a/ai/reference/vector-search-functions-and-operators.md b/ai/reference/vector-search-functions-and-operators.md index 58c61f3c1cf01..00911e66082f1 100644 --- a/ai/reference/vector-search-functions-and-operators.md +++ b/ai/reference/vector-search-functions-and-operators.md @@ -10,7 +10,7 @@ This document lists the functions and operators available for Vector data types. > **Note:** > -> - Vector functions and operators are in beta and might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - Vector functions and operators are in public preview and might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - Vector data types are available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Vector functions diff --git a/ai/reference/vector-search-improve-performance.md b/ai/reference/vector-search-improve-performance.md index b85af461dfda0..e95acd6cd7d57 100644 --- a/ai/reference/vector-search-improve-performance.md +++ b/ai/reference/vector-search-improve-performance.md @@ -10,7 +10,7 @@ TiDB Vector Search enables you to perform Approximate Nearest Neighbor (ANN) que > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Add vector search index for vector columns diff --git a/ai/reference/vector-search-index.md b/ai/reference/vector-search-index.md index a8a1bfce2ba45..1cacf20fb439f 100644 --- a/ai/reference/vector-search-index.md +++ b/ai/reference/vector-search-index.md @@ -12,7 +12,7 @@ To improve search efficiency, you can create vector search indexes in TiDB for a > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). Currently, TiDB supports the [HNSW (Hierarchical Navigable Small World)](https://en.wikipedia.org/wiki/Hierarchical_navigable_small_world) vector search index algorithm. diff --git a/ai/reference/vector-search-limitations.md b/ai/reference/vector-search-limitations.md index c567dbe696798..e0140ebceaf2a 100644 --- a/ai/reference/vector-search-limitations.md +++ b/ai/reference/vector-search-limitations.md @@ -10,7 +10,7 @@ This document describes the known limitations of TiDB vector search. > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Vector data type limitations diff --git a/ai/vector-search-get-started-using-python.md b/ai/vector-search-get-started-using-python.md index 07bb32fc91771..7c235b84954b5 100644 --- a/ai/vector-search-get-started-using-python.md +++ b/ai/vector-search-get-started-using-python.md @@ -12,7 +12,7 @@ Throughout this tutorial, you will develop this AI application using [TiDB Vecto > **Note:** > -> - The vector search feature is in beta. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. +> - The vector search feature in public preview. It might be changed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. > - The vector search feature is available on [TiDB Self-Managed](/overview.md) and [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter). For TiDB Self-Managed, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended). ## Prerequisites diff --git a/api/_index.md b/api/_index.md index 08776debfa7fe..03500f9a20339 100644 --- a/api/_index.md +++ b/api/_index.md @@ -7,7 +7,7 @@ summary: Learn about the APIs available for TiDB Cloud and TiDB Self-Managed. TiDB provides various APIs for querying and operating clusters, managing data replication, monitoring system status, and more. This document provides an overview of the available APIs for both [TiDB Cloud](https://docs.pingcap.com/tidbcloud/) and [TiDB Self-Managed](https://docs.pingcap.com/tidb/stable/). -## TiDB Cloud API (beta) +## TiDB Cloud API (Preview) [TiDB Cloud API](/api/tidb-cloud-api-overview.md) is a [REST interface](https://en.wikipedia.org/wiki/Representational_state_transfer) that provides you with programmatic access to manage administrative objects within TiDB Cloud, such as projects, clusters, backups, restores, imports, billings, and Data Service resources. diff --git a/api/tidb-cloud-api-overview.md b/api/tidb-cloud-api-overview.md index f36ef5521a444..ada065d05d0bb 100644 --- a/api/tidb-cloud-api-overview.md +++ b/api/tidb-cloud-api-overview.md @@ -8,7 +8,7 @@ aliases: ['/tidbcloud/api-overview/'] > **Note:** > -> TiDB Cloud API is in beta. +> TiDB Cloud API is in public preview. The TiDB Cloud API is a [REST interface](https://en.wikipedia.org/wiki/Representational_state_transfer) that provides you with programmatic access to manage administrative objects within TiDB Cloud. Through this API, you can automatically and efficiently manage resources such as projects, clusters, backups, restores, imports, billings, and resources in the [Data Service](https://docs.pingcap.com/tidbcloud/data-service-overview). diff --git a/develop/_index.md b/develop/_index.md index 9fddec60eb5ea..e131edc525a33 100644 --- a/develop/_index.md +++ b/develop/_index.md @@ -19,7 +19,7 @@ This guide helps application developers quickly learn how to connect to TiDB, de Build your application with the language you use by following the guides with sample codes. - + Connect to TiDB over HTTPS from edge environments (only applicable to TiDB Cloud). diff --git a/develop/dev-guide-connect-to-tidb.md b/develop/dev-guide-connect-to-tidb.md index 4247bac45d841..5bcc0f96b27ec 100644 --- a/develop/dev-guide-connect-to-tidb.md +++ b/develop/dev-guide-connect-to-tidb.md @@ -20,7 +20,7 @@ TiDB is highly compatible with the MySQL protocol, so you can connect to it usin - To build applications on TiDB, [choose a driver or ORM](/develop/dev-guide-choose-driver-or-orm.md) based on your programming language and framework. -- To connect to {{{ .starter }}} or {{{ .essential }}} instances from edge environments via HTTP, use the [TiDB Cloud Serverless Driver](/develop/serverless-driver.md). Note that the serverless driver is in beta and only applicable to {{{ .starter }}} or {{{ .essential }}} instances. +- To connect to {{{ .starter }}} or {{{ .essential }}} instances from edge environments via HTTP, use the [TiDB Cloud Serverless Driver](/develop/serverless-driver.md). Note that the serverless driver is in public preview and only applicable to {{{ .starter }}} or {{{ .essential }}} instances. ## Need help? diff --git a/develop/serverless-driver.md b/develop/serverless-driver.md index 89dae87cfd641..5d262b2745b79 100644 --- a/develop/serverless-driver.md +++ b/develop/serverless-driver.md @@ -1,24 +1,24 @@ --- -title: TiDB Cloud Serverless Driver (Beta) +title: TiDB Cloud Serverless Driver (Preview) summary: Learn how to connect to {{{ .starter }}} or {{{ .essential }}} from serverless and edge environments. aliases: ['/tidbcloud/serverless-driver-config/','/tidbcloud/serverless-driver/'] --- -# TiDB Cloud Serverless Driver (Beta) +# TiDB Cloud Serverless Driver (Preview) > **Note:** > -> The serverless driver is in beta and only applicable to {{{ .starter }}} or {{{ .essential }}} instances. +> The serverless driver is in public preview and only applicable to {{{ .starter }}} or {{{ .essential }}} instances. -## Why use TiDB Cloud Serverless Driver (Beta) +## Why use TiDB Cloud Serverless Driver (Preview) Traditional TCP-based MySQL drivers are not suitable for serverless functions due to their expectation of long-lived, persistent TCP connections, which contradict the short-lived nature of serverless functions. Moreover, in edge environments such as [Vercel Edge Functions](https://vercel.com/docs/functions/edge-functions) and [Cloudflare Workers](https://workers.cloudflare.com/), where comprehensive TCP support and full Node.js compatibility may be lacking, these drivers may not work at all. -[TiDB Cloud serverless driver (Beta)](https://github.com/tidbcloud/serverless-js) for JavaScript lets you connect to your {{{ .starter }}} or {{{ .essential }}} instance over HTTP, which is generally supported by serverless environments. With it, it is now possible to connect to {{{ .starter }}} or {{{ .essential }}} instances from edge environments and reduce connection overhead with TCP while keeping the similar development experience of traditional TCP-based MySQL drivers. +[TiDB Cloud serverless driver (Preview)](https://github.com/tidbcloud/serverless-js) for JavaScript lets you connect to your {{{ .starter }}} or {{{ .essential }}} instance over HTTP, which is generally supported by serverless environments. With it, it is now possible to connect to {{{ .starter }}} or {{{ .essential }}} instances from edge environments and reduce connection overhead with TCP while keeping the similar development experience of traditional TCP-based MySQL drivers. > **Note:** > -> If you prefer programming with RESTful API rather than SQL or ORM, you can use [Data Service (beta)](https://docs.pingcap.com/tidbcloud/data-service-overview/). +> If you prefer programming with RESTful API rather than SQL or ORM, you can use [Data Service (Preview)](https://docs.pingcap.com/tidbcloud/data-service-overview/). ## Install the serverless driver diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index d18baee0c3833..f3a23bf33b42c 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -28,6 +28,12 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c For more information, see [Integrate TiDB Cloud with Datadog](https://docs.pingcap.com/tidbcloud/monitor-datadog-integration-for-tidb-x/?plan=premium). +**Console changes** + +- Standardize the label used in the [TiDB Cloud console](https://tidbcloud.com/) for public preview features to `PREVIEW`. + + Previously, some public preview features were labeled as `BETA` or `PREVIEW`. Now, all public preview features use the `PREVIEW` label. + **API changes** - **TiDB Cloud Dedicated** From 2695ebd72117689e936767c67f885f01a01c3f92 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 9 Jul 2026 17:39:00 +0800 Subject: [PATCH 5/9] Update tidb-cloud/releases/tidb-cloud-release-notes.md --- tidb-cloud/releases/tidb-cloud-release-notes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index f3a23bf33b42c..b93d2ca447348 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -30,9 +30,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c **Console changes** -- Standardize the label used in the [TiDB Cloud console](https://tidbcloud.com/) for public preview features to `PREVIEW`. - - Previously, some public preview features were labeled as `BETA` or `PREVIEW`. Now, all public preview features use the `PREVIEW` label. +- Standardize the label used in the [[TiDB Cloud console](https://tidbcloud.com/)](https://tidbcloud.com/) for public preview features as `PREVIEW`, replacing the previous mixed use of `BETA` and `PREVIEW`. **API changes** From 2c6a0c2fcb06932770a29563d909b68f30b84692 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 9 Jul 2026 17:39:32 +0800 Subject: [PATCH 6/9] Update tidb-cloud/releases/tidb-cloud-release-notes.md --- tidb-cloud/releases/tidb-cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index b93d2ca447348..f1da6fc468ed5 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -30,7 +30,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c **Console changes** -- Standardize the label used in the [[TiDB Cloud console](https://tidbcloud.com/)](https://tidbcloud.com/) for public preview features as `PREVIEW`, replacing the previous mixed use of `BETA` and `PREVIEW`. +- Standardize the label used in the [TiDB Cloud console](https://tidbcloud.com/) for public preview features as `PREVIEW`, replacing the previous mixed use of `BETA` and `PREVIEW`. **API changes** From d225413efa588e17bcc420e2c25d31cde8a04ed3 Mon Sep 17 00:00:00 2001 From: qiancai Date: Mon, 13 Jul 2026 10:45:08 +0800 Subject: [PATCH 7/9] (Preview) -> (PREVIEW) --- _docHome.md | 2 +- api/_index.md | 2 +- develop/_index.md | 2 +- develop/serverless-driver.md | 10 +++++----- tidb-cloud/ai-feature-concepts.md | 6 +++--- tidb-cloud/architecture-concepts.md | 4 ++-- tidb-cloud/backup-and-restore-serverless.md | 2 +- tidb-cloud/branch-github-integration.md | 4 ++-- tidb-cloud/branch-overview.md | 4 ++-- tidb-cloud/byoc/_index.md | 2 +- tidb-cloud/cli-reference.md | 4 ++-- tidb-cloud/connect-to-tidb-cluster-serverless.md | 8 ++++---- tidb-cloud/connect-to-tidb-cluster.md | 2 +- tidb-cloud/create-tidb-cluster-serverless.md | 2 +- tidb-cloud/data-service-concepts.md | 12 ++++++------ tidb-cloud/data-service-get-started.md | 4 ++-- tidb-cloud/data-service-manage-data-app.md | 6 +++--- tidb-cloud/data-service-manage-endpoint.md | 2 +- tidb-cloud/data-service-overview.md | 6 +++--- tidb-cloud/dedicated/_index.md | 2 +- tidb-cloud/essential-database-audit-logging.md | 4 ++-- tidb-cloud/essential/_index.md | 2 +- tidb-cloud/explore-data-with-chat2query.md | 4 ++-- tidb-cloud/key-concepts.md | 2 +- tidb-cloud/monitor-datadog-integration-for-tidb-x.md | 10 +++++----- tidb-cloud/monitor-datadog-integration.md | 2 +- tidb-cloud/monitor-new-relic-integration.md | 2 +- .../monitor-prometheus-and-grafana-integration.md | 2 +- tidb-cloud/premium/_index.md | 2 +- tidb-cloud/premium/tidb-cloud-auditing-premium.md | 2 +- tidb-cloud/prometheus-grafana-integration.md | 8 ++++---- tidb-cloud/recovery-group-overview.md | 4 ++-- tidb-cloud/releases/release-notes-2025.md | 4 ++-- tidb-cloud/releases/tidb-cloud-release-notes.md | 2 +- tidb-cloud/serverless-high-availability.md | 2 +- tidb-cloud/starter/_index.md | 2 +- tidb-cloud/tidb-cloud-auditing.md | 2 +- tidb-cloud/tidb-cloud-billing.md | 2 +- tidb-cloud/tidb-cloud-glossary.md | 4 ++-- tidb-cloud/tidb-cloud-quickstart.md | 4 ++-- tidb-cloud/tidb-cloud-roadmap.md | 2 +- 41 files changed, 77 insertions(+), 77 deletions(-) diff --git a/_docHome.md b/_docHome.md index 3cbf1ce8bd521..e476be49158a8 100644 --- a/_docHome.md +++ b/_docHome.md @@ -32,7 +32,7 @@ Connect your application with the languages and frameworks you prefer. - + Explore native support of Vector Search in {{{ .starter }}} to build your AI application. diff --git a/api/_index.md b/api/_index.md index 03500f9a20339..7c78484332b74 100644 --- a/api/_index.md +++ b/api/_index.md @@ -7,7 +7,7 @@ summary: Learn about the APIs available for TiDB Cloud and TiDB Self-Managed. TiDB provides various APIs for querying and operating clusters, managing data replication, monitoring system status, and more. This document provides an overview of the available APIs for both [TiDB Cloud](https://docs.pingcap.com/tidbcloud/) and [TiDB Self-Managed](https://docs.pingcap.com/tidb/stable/). -## TiDB Cloud API (Preview) +## TiDB Cloud API (PREVIEW) [TiDB Cloud API](/api/tidb-cloud-api-overview.md) is a [REST interface](https://en.wikipedia.org/wiki/Representational_state_transfer) that provides you with programmatic access to manage administrative objects within TiDB Cloud, such as projects, clusters, backups, restores, imports, billings, and Data Service resources. diff --git a/develop/_index.md b/develop/_index.md index e131edc525a33..56ba3a9c49185 100644 --- a/develop/_index.md +++ b/develop/_index.md @@ -19,7 +19,7 @@ This guide helps application developers quickly learn how to connect to TiDB, de Build your application with the language you use by following the guides with sample codes. - + Connect to TiDB over HTTPS from edge environments (only applicable to TiDB Cloud). diff --git a/develop/serverless-driver.md b/develop/serverless-driver.md index 5d262b2745b79..69f2c71654b21 100644 --- a/develop/serverless-driver.md +++ b/develop/serverless-driver.md @@ -1,24 +1,24 @@ --- -title: TiDB Cloud Serverless Driver (Preview) +title: TiDB Cloud Serverless Driver (PREVIEW) summary: Learn how to connect to {{{ .starter }}} or {{{ .essential }}} from serverless and edge environments. aliases: ['/tidbcloud/serverless-driver-config/','/tidbcloud/serverless-driver/'] --- -# TiDB Cloud Serverless Driver (Preview) +# TiDB Cloud Serverless Driver (PREVIEW) > **Note:** > > The serverless driver is in public preview and only applicable to {{{ .starter }}} or {{{ .essential }}} instances. -## Why use TiDB Cloud Serverless Driver (Preview) +## Why use TiDB Cloud Serverless Driver (PREVIEW) Traditional TCP-based MySQL drivers are not suitable for serverless functions due to their expectation of long-lived, persistent TCP connections, which contradict the short-lived nature of serverless functions. Moreover, in edge environments such as [Vercel Edge Functions](https://vercel.com/docs/functions/edge-functions) and [Cloudflare Workers](https://workers.cloudflare.com/), where comprehensive TCP support and full Node.js compatibility may be lacking, these drivers may not work at all. -[TiDB Cloud serverless driver (Preview)](https://github.com/tidbcloud/serverless-js) for JavaScript lets you connect to your {{{ .starter }}} or {{{ .essential }}} instance over HTTP, which is generally supported by serverless environments. With it, it is now possible to connect to {{{ .starter }}} or {{{ .essential }}} instances from edge environments and reduce connection overhead with TCP while keeping the similar development experience of traditional TCP-based MySQL drivers. +[TiDB Cloud serverless driver (PREVIEW)](https://github.com/tidbcloud/serverless-js) for JavaScript lets you connect to your {{{ .starter }}} or {{{ .essential }}} instance over HTTP, which is generally supported by serverless environments. With it, it is now possible to connect to {{{ .starter }}} or {{{ .essential }}} instances from edge environments and reduce connection overhead with TCP while keeping the similar development experience of traditional TCP-based MySQL drivers. > **Note:** > -> If you prefer programming with RESTful API rather than SQL or ORM, you can use [Data Service (Preview)](https://docs.pingcap.com/tidbcloud/data-service-overview/). +> If you prefer programming with RESTful API rather than SQL or ORM, you can use [Data Service (PREVIEW)](https://docs.pingcap.com/tidbcloud/data-service-overview/). ## Install the serverless driver diff --git a/tidb-cloud/ai-feature-concepts.md b/tidb-cloud/ai-feature-concepts.md index cf7ff8d04dfcd..972e48cf148f1 100644 --- a/tidb-cloud/ai-feature-concepts.md +++ b/tidb-cloud/ai-feature-concepts.md @@ -9,13 +9,13 @@ The AI features in TiDB Cloud enable you to fully leverage advanced technologies This document highlights these AI features and how they enhance the TiDB experience. -## Chat2Query (Preview) +## Chat2Query (PREVIEW) Chat2Query is an AI-powered feature integrated into SQL Editor that assists users in generating, debugging, or rewriting SQL queries using natural language instructions. For more information, see [Explore your data with AI-assisted SQL Editor](/tidb-cloud/explore-data-with-chat2query.md). In addition, TiDB Cloud provides a Chat2Query API for {{{ .starter }}} instances. After it is enabled, TiDB Cloud will automatically create a system Data App called Chat2Query and a Chat2Data endpoint in Data Service. You can call this endpoint to let AI generate and execute SQL statements by providing instructions. For more information, see [Get started with Chat2Query API](/tidb-cloud/use-chat2query-api.md). -## Vector search (Preview) +## Vector search (PREVIEW) Vector search is a search method that prioritizes the meaning of your data to deliver relevant results. @@ -23,7 +23,7 @@ Unlike traditional full-text search, which relies on exact keyword matching and Even when the search terms do not exactly match the content in the database, vector search can still provide results that align with the user's intent by analyzing the semantics of the data. For example, a full-text search for "a swimming animal" only returns results containing these exact keywords. In contrast, vector search can return results for other swimming animals, such as fish or ducks, even if these results do not contain the exact keywords. -For more information, see [Vector Search (Preview) Overview](/ai/concepts/vector-search-overview.md). +For more information, see [Vector Search (PREVIEW) Overview](/ai/concepts/vector-search-overview.md). ## AI integrations diff --git a/tidb-cloud/architecture-concepts.md b/tidb-cloud/architecture-concepts.md index 66a678b41b088..3b385c0afaef2 100644 --- a/tidb-cloud/architecture-concepts.md +++ b/tidb-cloud/architecture-concepts.md @@ -100,7 +100,7 @@ Built on isolated cloud resources such as VPCs, VMs, managed Kubernetes services The [TiDB Cloud console](https://tidbcloud.com/) is the web-based management interface for TiDB Cloud resources. It provides tools to manage TiDB Cloud resources, import or migrate data, monitor performance metrics, configure backups, set up security controls, and integrate with other cloud services, all from a single, user-friendly platform. -## TiDB Cloud CLI (Preview) +## TiDB Cloud CLI (PREVIEW) The TiDB Cloud CLI, `ticloud`, allows you to manage {{{ .starter }}} and Essential instances directly from your terminal with simple commands. You can perform tasks such as: @@ -110,7 +110,7 @@ The TiDB Cloud CLI, `ticloud`, allows you to manage {{{ .starter }}} and Essenti For more information, see [TiDB Cloud CLI Reference](/tidb-cloud/cli-reference.md). -## TiDB Cloud API (Preview) +## TiDB Cloud API (PREVIEW) The TiDB Cloud API is a REST-based interface that provides programmatic access to manage resources across {{{ .starter }}}, {{{ .essential }}}, {{{ .premium }}}, and TiDB Cloud Dedicated. It enables automated and efficient handling of tasks such as managing projects, clusters, backups, restores, data imports, billing, and other resources in [TiDB Cloud Data Service](/tidb-cloud/data-service-overview.md). diff --git a/tidb-cloud/backup-and-restore-serverless.md b/tidb-cloud/backup-and-restore-serverless.md index 49ef39ab4fe1f..9d287cafd27f7 100644 --- a/tidb-cloud/backup-and-restore-serverless.md +++ b/tidb-cloud/backup-and-restore-serverless.md @@ -70,7 +70,7 @@ TiDB Cloud supports snapshot restore and point-in-time restore for your {{{ .sta - **Snapshot Restore**: restores your {{{ .starter }}} or Essential instance from a specific backup snapshot. -- **Point-in-Time Restore (Preview)**: restores your {{{ .essential }}} instance to a specific time. +- **Point-in-Time Restore (PREVIEW)**: restores your {{{ .essential }}} instance to a specific time. - {{{ .starter }}} instances: not supported. - {{{ .essential }}} instances: restores to any time within the backup retention, but not earlier than the {{{ .essential }}} instance creation time or later than one minute before the current time. diff --git a/tidb-cloud/branch-github-integration.md b/tidb-cloud/branch-github-integration.md index d59d167cfd945..47b6065034e27 100644 --- a/tidb-cloud/branch-github-integration.md +++ b/tidb-cloud/branch-github-integration.md @@ -1,9 +1,9 @@ --- -title: Integrate TiDB Cloud Branching (Preview) with GitHub +title: Integrate TiDB Cloud Branching (PREVIEW) with GitHub summary: Learn how to integrate the TiDB Cloud Branching feature with GitHub. --- -# Integrate TiDB Cloud Branching (Preview) with GitHub +# Integrate TiDB Cloud Branching (PREVIEW) with GitHub > **Note:** > diff --git a/tidb-cloud/branch-overview.md b/tidb-cloud/branch-overview.md index 81b18ccc165bf..dc4dc81426d9e 100644 --- a/tidb-cloud/branch-overview.md +++ b/tidb-cloud/branch-overview.md @@ -1,9 +1,9 @@ --- -title: TiDB Cloud Branching (Preview) Overview +title: TiDB Cloud Branching (PREVIEW) Overview summary: Learn the concept of TiDB Cloud branches. --- -# TiDB Cloud Branching (Preview) Overview +# TiDB Cloud Branching (PREVIEW) Overview TiDB Cloud lets you create branches for {{{ .starter }}} instances. A branch for a {{{ .starter }}} instance is a separate instance that contains a diverged copy of data from the original {{{ .starter }}} instance. It provides an isolated environment, allowing you to experiment freely without worrying about affecting the original {{{ .starter }}} instance. diff --git a/tidb-cloud/byoc/_index.md b/tidb-cloud/byoc/_index.md index 32ac7b03ecf79..90105084186d7 100644 --- a/tidb-cloud/byoc/_index.md +++ b/tidb-cloud/byoc/_index.md @@ -45,7 +45,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Back Up and Restore Data](https://docs.tidb.io/tidbcloud/backup-and-restore-premium/?plan=byoc) -[Use API (Preview)](https://docs.tidb.io/api/) +[Use API (PREVIEW)](https://docs.tidb.io/api/) diff --git a/tidb-cloud/cli-reference.md b/tidb-cloud/cli-reference.md index 110de78c33636..742ddb62356e7 100644 --- a/tidb-cloud/cli-reference.md +++ b/tidb-cloud/cli-reference.md @@ -1,9 +1,9 @@ --- -title: TiDB Cloud CLI Reference (Preview) +title: TiDB Cloud CLI Reference (PREVIEW) summary: Provides an overview of TiDB Cloud CLI. --- -# TiDB Cloud CLI Reference (Preview) +# TiDB Cloud CLI Reference (PREVIEW) > **Note:** > diff --git a/tidb-cloud/connect-to-tidb-cluster-serverless.md b/tidb-cloud/connect-to-tidb-cluster-serverless.md index fd03e0192e17f..fd6756e14cb4c 100644 --- a/tidb-cloud/connect-to-tidb-cluster-serverless.md +++ b/tidb-cloud/connect-to-tidb-cluster-serverless.md @@ -20,11 +20,11 @@ After your {{{ .starter }}} or {{{ .essential }}} instance is created on TiDB Cl Direct connections mean the MySQL native connection system over TCP. You can connect to your {{{ .starter }}} or Essential instance using any tool that supports MySQL connection, such as [MySQL client](https://dev.mysql.com/doc/refman/8.0/en/mysql.html). -- [Data Service (Preview)](/tidb-cloud/data-service-overview.md) +- [Data Service (PREVIEW)](/tidb-cloud/data-service-overview.md) TiDB Cloud provides a Data Service feature that enables you to connect to your {{{ .starter }}} instance hosted on AWS via an HTTPS request using a custom API endpoint. Unlike direct connections, Data Service accesses your {{{ .starter }}} or Essential instance data via a RESTful API rather than raw SQL. -- [Serverless Driver (Preview)](/develop/serverless-driver.md) +- [Serverless Driver (PREVIEW)](/develop/serverless-driver.md) TiDB Cloud provides a serverless driver for JavaScript, which allows you to connect to your {{{ .starter }}} or {{{ .essential }}} instance in edge environments with the same experience as direct connections. @@ -55,8 +55,8 @@ The following table shows the network you can use in different connection method | Connection method | Network | Description | |----------------------------|------------------------------|-------------------------------------------------------------------------------------------------------------------| | Direct connections | Public or private endpoint | Direct connections can be made via both public and private endpoints. | -| Data Service (Preview) | / | You do not need to specify the network type when accessing {{{ .starter }}} hosted on AWS via Data Service (Preview). | -| Serverless Driver (Preview) | Public endpoint | Serverless Driver only supports connections via public endpoint. | +| Data Service (PREVIEW) | / | You do not need to specify the network type when accessing {{{ .starter }}} hosted on AWS via Data Service (PREVIEW). | +| Serverless Driver (PREVIEW) | Public endpoint | Serverless Driver only supports connections via public endpoint. | ## What's next diff --git a/tidb-cloud/connect-to-tidb-cluster.md b/tidb-cloud/connect-to-tidb-cluster.md index 859b431f0ce83..ef42f516b8c78 100644 --- a/tidb-cloud/connect-to-tidb-cluster.md +++ b/tidb-cloud/connect-to-tidb-cluster.md @@ -44,7 +44,7 @@ After your TiDB Cloud Dedicated cluster is created on TiDB Cloud, you can connec If your cluster is hosted on AWS and the TiDB version of the cluster is v6.5.0 or later, you can use the AI-assisted SQL Editor in the [TiDB Cloud console](https://tidbcloud.com/) to maximize your data value. - In SQL Editor, you can either write SQL queries manually or simply press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (Preview)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. This enables you to run SQL queries against databases without a local SQL client. You can intuitively view the query results in tables or charts and easily check the query logs. + In SQL Editor, you can either write SQL queries manually or simply press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (PREVIEW)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. This enables you to run SQL queries against databases without a local SQL client. You can intuitively view the query results in tables or charts and easily check the query logs. ## What's next diff --git a/tidb-cloud/create-tidb-cluster-serverless.md b/tidb-cloud/create-tidb-cluster-serverless.md index 2ef6399046925..c789d473e1f7b 100644 --- a/tidb-cloud/create-tidb-cluster-serverless.md +++ b/tidb-cloud/create-tidb-cluster-serverless.md @@ -76,4 +76,4 @@ If you are in the `Organization Owner` or the `Project Owner` role, you can crea > > If you do not set a password, you cannot connect to the {{{ .starter }}} or Essential instance. -- To manage your instance using the TiDB Cloud CLI, see [TiDB Cloud CLI Reference (Preview)](/tidb-cloud/cli-reference.md). \ No newline at end of file +- To manage your instance using the TiDB Cloud CLI, see [TiDB Cloud CLI Reference (PREVIEW)](/tidb-cloud/cli-reference.md). \ No newline at end of file diff --git a/tidb-cloud/data-service-concepts.md b/tidb-cloud/data-service-concepts.md index 787296346597a..79958ea3a3b2c 100644 --- a/tidb-cloud/data-service-concepts.md +++ b/tidb-cloud/data-service-concepts.md @@ -1,25 +1,25 @@ --- -title: Data Service (Preview) +title: Data Service (PREVIEW) summary: Learn about Data Service concepts for TiDB Cloud. --- -# Data Service (Preview) +# Data Service (PREVIEW) -TiDB Cloud [Data Service (Preview)](https://tidbcloud.com/project/data-service) is a fully managed low-code backend-as-a-service solution that simplifies backend application development, empowering developers to rapidly build highly scalable, secure, data-driven applications. +TiDB Cloud [Data Service (PREVIEW)](https://tidbcloud.com/project/data-service) is a fully managed low-code backend-as-a-service solution that simplifies backend application development, empowering developers to rapidly build highly scalable, secure, data-driven applications. Data Service enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. This feature uses a serverless architecture to handle computing resources and elastic scaling, so you can focus on the query logic in endpoints without worrying about infrastructure or maintenance costs. -For more information, see [TiDB Cloud Data Service (Preview) Overview](/tidb-cloud/data-service-overview.md). +For more information, see [TiDB Cloud Data Service (PREVIEW) Overview](/tidb-cloud/data-service-overview.md). ## Data App -A Data App in [Data Service (Preview)](https://tidbcloud.com/project/data-service) is a collection of endpoints that you can use to access data for a specific application. By creating a Data App, you can group your endpoints and configure authorization settings using API keys to restrict access to endpoints. In this way, you can ensure that only authorized users can access and manipulate your data, making your application more secure. +A Data App in [Data Service (PREVIEW)](https://tidbcloud.com/project/data-service) is a collection of endpoints that you can use to access data for a specific application. By creating a Data App, you can group your endpoints and configure authorization settings using API keys to restrict access to endpoints. In this way, you can ensure that only authorized users can access and manipulate your data, making your application more secure. For more information, see [Manage a Data App](/tidb-cloud/data-service-manage-data-app.md). ## Data App endpoints -An endpoint in [Data Service (Preview)](https://tidbcloud.com/project/data-service) is a web API that you can customize to execute SQL statements. You can specify parameters for your SQL statements, such as the value used in the `WHERE` clause. When a client calls an endpoint and provides values for the parameters in a request URL, the endpoint executes the corresponding SQL statement with the provided parameters and returns the results as part of the HTTP response. +An endpoint in [Data Service (PREVIEW)](https://tidbcloud.com/project/data-service) is a web API that you can customize to execute SQL statements. You can specify parameters for your SQL statements, such as the value used in the `WHERE` clause. When a client calls an endpoint and provides values for the parameters in a request URL, the endpoint executes the corresponding SQL statement with the provided parameters and returns the results as part of the HTTP response. For more information, see [Manage an Endpoint](/tidb-cloud/data-service-manage-endpoint.md). diff --git a/tidb-cloud/data-service-get-started.md b/tidb-cloud/data-service-get-started.md index c8707629ac230..1b2cae8e20c2a 100644 --- a/tidb-cloud/data-service-get-started.md +++ b/tidb-cloud/data-service-get-started.md @@ -5,7 +5,7 @@ summary: Learn how to use TiDB Cloud Data Service to access your data with HTTPS # Get Started with Data Service -Data Service (Preview) enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint and allows you to seamlessly integrate with any application or service that is compatible with HTTPS. +Data Service (PREVIEW) enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint and allows you to seamlessly integrate with any application or service that is compatible with HTTPS. > **Tip:** > @@ -13,7 +13,7 @@ Data Service (Preview) enables you to access TiDB Cloud data via an HTTPS reques > > For more information, see [Get started with Chat2Query API](/tidb-cloud/use-chat2query-api.md). -This document introduces how to quickly get started with TiDB Cloud Data Service (Preview) by creating a Data App, developing, testing, deploying, and calling an endpoint. A Data App is a collection of endpoints that you can use to access data for a specific application. +This document introduces how to quickly get started with TiDB Cloud Data Service (PREVIEW) by creating a Data App, developing, testing, deploying, and calling an endpoint. A Data App is a collection of endpoints that you can use to access data for a specific application. ## Before you begin diff --git a/tidb-cloud/data-service-manage-data-app.md b/tidb-cloud/data-service-manage-data-app.md index e879955f403a7..9589b20813ec5 100644 --- a/tidb-cloud/data-service-manage-data-app.md +++ b/tidb-cloud/data-service-manage-data-app.md @@ -5,7 +5,7 @@ summary: Learn how to create, view, modify, and delete a Data App in the TiDB Cl # Manage a Data App -A Data App in Data Service (Preview) is a collection of endpoints that you can use to access data for a specific application. You can configure authorization settings using API keys to restrict access to endpoints in a Data App. +A Data App in Data Service (PREVIEW) is a collection of endpoints that you can use to access data for a specific application. You can configure authorization settings using API keys to restrict access to endpoints in a Data App. This document describes how to manage your Data Apps in the TiDB Cloud console. On the [**Data Service**](https://tidbcloud.com/project/data-service) page, you can manage all Data Apps, endpoints, and API keys. @@ -117,7 +117,7 @@ To manage deployments, perform the following steps: ## Use the OpenAPI Specification -Data Service (Preview) supports generating the OpenAPI Specification 3.0 for each Data App, which enables you to interact with your endpoints in a standardized format. You can use this specification to generate standardized OpenAPI documentation, client SDKs, and server stubs. +Data Service (PREVIEW) supports generating the OpenAPI Specification 3.0 for each Data App, which enables you to interact with your endpoints in a standardized format. You can use this specification to generate standardized OpenAPI documentation, client SDKs, and server stubs. ### Download the OpenAPI Specification @@ -133,7 +133,7 @@ To download the OpenAPI Specification in JSON or YAML format for a Data App, per ### View the OpenAPI documentation -Data Service (Preview) provides autogenerated OpenAPI documentation for each Data App. In the documentation, you can view the endpoints, parameters, and responses, and try out the endpoints. +Data Service (PREVIEW) provides autogenerated OpenAPI documentation for each Data App. In the documentation, you can view the endpoints, parameters, and responses, and try out the endpoints. To access the OpenAPI documentation, perform the following steps: diff --git a/tidb-cloud/data-service-manage-endpoint.md b/tidb-cloud/data-service-manage-endpoint.md index 0e56d8c1f59be..6025a5e4f3d90 100644 --- a/tidb-cloud/data-service-manage-endpoint.md +++ b/tidb-cloud/data-service-manage-endpoint.md @@ -5,7 +5,7 @@ summary: Learn how to create, develop, test, deploy, and delete an endpoint in a # Manage an Endpoint -An endpoint in Data Service (Preview) is a web API that you can customize to execute SQL statements. You can specify parameters for the SQL statements, such as the value used in the `WHERE` clause. When a client calls an endpoint and provides values for the parameters in a request URL, the endpoint executes the SQL statement with the provided parameters and returns the results as part of the HTTP response. +An endpoint in Data Service (PREVIEW) is a web API that you can customize to execute SQL statements. You can specify parameters for the SQL statements, such as the value used in the `WHERE` clause. When a client calls an endpoint and provides values for the parameters in a request URL, the endpoint executes the SQL statement with the provided parameters and returns the results as part of the HTTP response. This document describes how to manage your endpoints in a Data App in the TiDB Cloud console. diff --git a/tidb-cloud/data-service-overview.md b/tidb-cloud/data-service-overview.md index ab0adf7545a7c..9c99abc33a7d8 100644 --- a/tidb-cloud/data-service-overview.md +++ b/tidb-cloud/data-service-overview.md @@ -1,11 +1,11 @@ --- -title: TiDB Cloud Data Service (Preview) Overview +title: TiDB Cloud Data Service (PREVIEW) Overview summary: Learn about Data Service in TiDB Cloud and its scenarios. --- -# TiDB Cloud Data Service (Preview) Overview +# TiDB Cloud Data Service (PREVIEW) Overview -TiDB Cloud [Data Service (Preview)](https://tidbcloud.com/project/data-service) is a fully managed low-code backend-as-a-service solution that simplifies backend application development, empowering developers to rapidly build highly scalable, secure, data-driven applications. +TiDB Cloud [Data Service (PREVIEW)](https://tidbcloud.com/project/data-service) is a fully managed low-code backend-as-a-service solution that simplifies backend application development, empowering developers to rapidly build highly scalable, secure, data-driven applications. Data Service enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. This feature uses a serverless architecture to handle computing resources and elastic scaling, so you can focus on the query logic in endpoints without worrying about infrastructure or maintenance costs. diff --git a/tidb-cloud/dedicated/_index.md b/tidb-cloud/dedicated/_index.md index 902d59a348201..ff53ff4823c8c 100644 --- a/tidb-cloud/dedicated/_index.md +++ b/tidb-cloud/dedicated/_index.md @@ -56,7 +56,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Stream Data](http://docs.pingcap.com/tidbcloud/changefeed-overview) -[Use API (Preview)](https://docs.pingcap.com/tidbcloud/api-overview) +[Use API (PREVIEW)](https://docs.pingcap.com/tidbcloud/api-overview) diff --git a/tidb-cloud/essential-database-audit-logging.md b/tidb-cloud/essential-database-audit-logging.md index d93c5849df0d5..f2319232e32b2 100644 --- a/tidb-cloud/essential-database-audit-logging.md +++ b/tidb-cloud/essential-database-audit-logging.md @@ -1,10 +1,10 @@ --- -title: Database Audit Logging (Preview) for {{{ .essential }}} +title: Database Audit Logging (PREVIEW) for {{{ .essential }}} summary: Learn about how to audit a {{{ .essential }}} instance in TiDB Cloud. aliases: ['/tidbcloud/serverless-audit-logging'] --- -# Database Audit Logging (Preview) for {{{ .essential }}} +# Database Audit Logging (PREVIEW) for {{{ .essential }}} {{{ .essential }}} provides an audit logging feature that records user access activities of your database, such as executed SQL statements. diff --git a/tidb-cloud/essential/_index.md b/tidb-cloud/essential/_index.md index 4ace12b62fb3c..c2668d96cf46f 100644 --- a/tidb-cloud/essential/_index.md +++ b/tidb-cloud/essential/_index.md @@ -47,7 +47,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Back Up and Restore Data](https://docs.pingcap.com/tidbcloud/backup-and-restore-serverless/?plan=essential) -[Use API (Preview)](https://docs.pingcap.com/tidbcloud/api-overview/?plan=essential) +[Use API (PREVIEW)](https://docs.pingcap.com/tidbcloud/api-overview/?plan=essential) [Use TiDB Cloud CLI](https://docs.pingcap.com/tidbcloud/get-started-with-cli/?plan=essential) diff --git a/tidb-cloud/explore-data-with-chat2query.md b/tidb-cloud/explore-data-with-chat2query.md index f8ebf68be244f..4677d92fc09aa 100644 --- a/tidb-cloud/explore-data-with-chat2query.md +++ b/tidb-cloud/explore-data-with-chat2query.md @@ -7,7 +7,7 @@ summary: Learn how to use AI-assisted SQL Editor in the TiDB Cloud console, to m You can use the built-in AI-assisted SQL Editor in the [TiDB Cloud console](https://tidbcloud.com/) to maximize your data value. -In SQL Editor, you can either write SQL queries manually or simply press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (Preview)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. This enables you to run SQL queries against databases without a local SQL client. You can intuitively view the query results in tables or charts and easily check the query logs. +In SQL Editor, you can either write SQL queries manually or simply press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (PREVIEW)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. This enables you to run SQL queries against databases without a local SQL client. You can intuitively view the query results in tables or charts and easily check the query logs. ## Use cases @@ -167,7 +167,7 @@ For more information, see [Get started with Chat2Query API](/tidb-cloud/use-chat ## Generate an endpoint from a SQL file -TiDB Cloud provides a [Data Service (Preview)](/tidb-cloud/data-service-overview.md) feature that enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. In SQL Editor, you can generate an endpoint of Data Service (Preview) from a SQL file by taking the following steps: +TiDB Cloud provides a [Data Service (PREVIEW)](/tidb-cloud/data-service-overview.md) feature that enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. In SQL Editor, you can generate an endpoint of Data Service (PREVIEW) from a SQL file by taking the following steps: 1. Move your cursor on the filename, click **...** next to the filename, and then select **Generate endpoint**. 2. In the **Generate endpoint** dialog box, select the Data App you want to generate the endpoint for and enter the endpoint name. diff --git a/tidb-cloud/key-concepts.md b/tidb-cloud/key-concepts.md index 9f8969abe36d8..cad844db700b2 100644 --- a/tidb-cloud/key-concepts.md +++ b/tidb-cloud/key-concepts.md @@ -27,7 +27,7 @@ TiDB is highly compatible with the MySQL protocol and the common features and sy The AI features in TiDB Cloud enable you to fully leverage advanced technologies for data exploration, search, and integration. [Learn more about AI features](/tidb-cloud/ai-feature-concepts.md). -## Data Service (Preview) +## Data Service (PREVIEW) Data Service enables you to access TiDB Cloud data via an HTTPS request using a custom API endpoint. [Learn more about Data Service](/tidb-cloud/data-service-concepts.md). diff --git a/tidb-cloud/monitor-datadog-integration-for-tidb-x.md b/tidb-cloud/monitor-datadog-integration-for-tidb-x.md index 32d1f9b9cfad0..91f99ff8e4301 100644 --- a/tidb-cloud/monitor-datadog-integration-for-tidb-x.md +++ b/tidb-cloud/monitor-datadog-integration-for-tidb-x.md @@ -1,9 +1,9 @@ --- -title: Integrate TiDB Cloud with Datadog (Preview) +title: Integrate TiDB Cloud with Datadog (PREVIEW) summary: Learn how to monitor your TiDB Cloud instances with the Datadog integration. --- -# Integrate TiDB Cloud with Datadog (Preview) +# Integrate TiDB Cloud with Datadog (PREVIEW) TiDB Cloud supports integration with Datadog. You can configure TiDB Cloud to send metrics for your {{{ .essential }}}{{{ .premium }}} instances to [Datadog](https://www.datadoghq.com/). After that, you can view these metrics in your Datadog dashboards directly. @@ -55,7 +55,7 @@ Currently, the TiDB Cloud dashboard for {{{ .ess 1. In the [TiDB Cloud console](https://tidbcloud.com/), navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page, and then click the name of your target {{{ .essential }}} instance to go to its overview page. -2. In the left navigation pane, click **Integrations** > **Integration to Datadog (Preview)**. +2. In the left navigation pane, click **Integrations** > **Integration to Datadog (PREVIEW)**. 3. Enter your Datadog API key and choose your Datadog Region. 4. Click **Test Integration**. @@ -69,7 +69,7 @@ Currently, the TiDB Cloud dashboard for {{{ .ess 1. In the [TiDB Cloud console](https://tidbcloud.com/), navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page, and then click the name of your target {{{ .premium }}} instance to go to its overview page. -2. In the left navigation pane, click **Settings** > **Integrations** > **Integration to Datadog (Preview)**. +2. In the left navigation pane, click **Settings** > **Integrations** > **Integration to Datadog (PREVIEW)**. 3. Enter your Datadog API key and choose your Datadog Region. 4. Click **Test Integration**. @@ -84,7 +84,7 @@ Currently, the TiDB Cloud dashboard for {{{ .ess To view the pre-built dashboard after the integration, go to **Dashboards** > **Dashboard List** in [Datadog](https://app.datadoghq.com), and then select the dashboard imported in [Step 1](#step-1-import-the-pre-built-datadog-dashboard). On the dashboard page, you can filter by your target instance name and view the metrics. -You can also access the **Dashboard List** page in Datadog from the [TiDB Cloud console](https://tidbcloud.com/): go to the **Integrations** page of your target instance, click **Datadog (Preview)**, and then click **Dashboard**. +You can also access the **Dashboard List** page in Datadog from the [TiDB Cloud console](https://tidbcloud.com/): go to the **Integrations** page of your target instance, click **Datadog (PREVIEW)**, and then click **Dashboard**. ## Metrics available to Datadog diff --git a/tidb-cloud/monitor-datadog-integration.md b/tidb-cloud/monitor-datadog-integration.md index b0997ddfe0096..e48ef235ba32a 100644 --- a/tidb-cloud/monitor-datadog-integration.md +++ b/tidb-cloud/monitor-datadog-integration.md @@ -17,7 +17,7 @@ TiDB Cloud supports integration with Datadog. You can configure TiDB Cloud to se ## Datadog integration version -TiDB Cloud has supported the project-level Datadog integration (Beta) since March 4, 2022. Starting from July 31, 2025, TiDB Cloud introduces the cluster-level Datadog integration (Preview). Starting from September 30, 2025, the cluster-level Datadog integration becomes generally available (GA). +TiDB Cloud has supported the project-level Datadog integration (Beta) since March 4, 2022. Starting from July 31, 2025, TiDB Cloud introduces the cluster-level Datadog integration (PREVIEW). Starting from September 30, 2025, the cluster-level Datadog integration becomes generally available (GA). - **Cluster-level Datadog integration**: if no legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud provides the cluster-level Datadog integration for your organization to experience the latest enhancements. - **Legacy project-level Datadog integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level Datadog integration was deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. diff --git a/tidb-cloud/monitor-new-relic-integration.md b/tidb-cloud/monitor-new-relic-integration.md index fcebc7a1509f7..ba7c784d95977 100644 --- a/tidb-cloud/monitor-new-relic-integration.md +++ b/tidb-cloud/monitor-new-relic-integration.md @@ -9,7 +9,7 @@ TiDB Cloud supports New Relic integration. You can configure TiDB Cloud to send ## New Relic integration version -TiDB Cloud has supported the project-level New Relic integration (Beta) since April 11, 2023. Starting from July 31, 2025, TiDB Cloud introduces the cluster-level New Relic integration (Preview). Starting from September 30, 2025, the cluster-level New Relic integration becomes generally available (GA). +TiDB Cloud has supported the project-level New Relic integration (Beta) since April 11, 2023. Starting from July 31, 2025, TiDB Cloud introduces the cluster-level New Relic integration (PREVIEW). Starting from September 30, 2025, the cluster-level New Relic integration becomes generally available (GA). - **Cluster-level New Relic integration**: if no legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud provides the cluster-level New Relic integration for your organization to experience the latest enhancements. - **Legacy project-level New Relic integration (Beta)**: if at least one legacy project-level Datadog or New Relic integration remains undeleted within your organization by July 31, 2025, TiDB Cloud retains both existing and new integrations at the project level for your organization to avoid affecting current dashboards. Note that the legacy project-level New Relic integration was deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow [Migrate Datadog and New Relic Integrations](/tidb-cloud/migrate-metrics-integrations.md) to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. diff --git a/tidb-cloud/monitor-prometheus-and-grafana-integration.md b/tidb-cloud/monitor-prometheus-and-grafana-integration.md index 04a1417ef9739..ee64e3b095c3c 100644 --- a/tidb-cloud/monitor-prometheus-and-grafana-integration.md +++ b/tidb-cloud/monitor-prometheus-and-grafana-integration.md @@ -11,7 +11,7 @@ This document describes how to configure your Prometheus service to read key met ## Prometheus integration versions -TiDB Cloud has supported the project-level Prometheus integration (Beta) since March 15, 2022. Starting from October 21, 2025, TiDB Cloud introduces the cluster-level Prometheus integration (Preview). Starting from December 2, 2025, the cluster-level Prometheus integration becomes generally available (GA). +TiDB Cloud has supported the project-level Prometheus integration (Beta) since March 15, 2022. Starting from October 21, 2025, TiDB Cloud introduces the cluster-level Prometheus integration (PREVIEW). Starting from December 2, 2025, the cluster-level Prometheus integration becomes generally available (GA). - **Cluster-level Prometheus integration**: if no legacy project-level Prometheus integration remains undeleted within your organization by October 21, 2025, TiDB Cloud provides the cluster-level Prometheus integration for your organization to experience the latest enhancements. diff --git a/tidb-cloud/premium/_index.md b/tidb-cloud/premium/_index.md index e66aba783aea2..687dc9b651303 100644 --- a/tidb-cloud/premium/_index.md +++ b/tidb-cloud/premium/_index.md @@ -45,7 +45,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Back Up and Restore Data](https://docs.pingcap.com/tidbcloud/backup-and-restore-premium/?plan=premium) -[Use API (Preview)](https://docs.pingcap.com/api/) +[Use API (PREVIEW)](https://docs.pingcap.com/api/) diff --git a/tidb-cloud/premium/tidb-cloud-auditing-premium.md b/tidb-cloud/premium/tidb-cloud-auditing-premium.md index 5aae1762908d1..a89a63cedf7e4 100644 --- a/tidb-cloud/premium/tidb-cloud-auditing-premium.md +++ b/tidb-cloud/premium/tidb-cloud-auditing-premium.md @@ -22,7 +22,7 @@ The audit logging feature is **disabled by default**. To audit a {{{ .premium }} > **Note:** > > - Database audit logging is not available for {{{ .starter }}}. - > - For {{{ .essential }}}, see [Database Audit Logging (Preview) for {{{ .essential }}}](/tidb-cloud/essential-database-audit-logging.md). + > - For {{{ .essential }}}, see [Database Audit Logging (PREVIEW) for {{{ .essential }}}](/tidb-cloud/essential-database-audit-logging.md). > - For {{{ .dedicated }}}, see [{{{ .dedicated }}} Database Audit Logging](/tidb-cloud/tidb-cloud-auditing.md). - You must have the `Organization Owner` role in your organization. Otherwise, you cannot see the database audit-related options in the TiDB Cloud console. diff --git a/tidb-cloud/prometheus-grafana-integration.md b/tidb-cloud/prometheus-grafana-integration.md index 6c05560425da2..8823d49b586b5 100644 --- a/tidb-cloud/prometheus-grafana-integration.md +++ b/tidb-cloud/prometheus-grafana-integration.md @@ -1,9 +1,9 @@ --- -title: Integrate TiDB Cloud with Prometheus and Grafana (Preview) +title: Integrate TiDB Cloud with Prometheus and Grafana (PREVIEW) summary: Learn how to monitor your TiDB Cloud instances with the Prometheus and Grafana integration. --- -# Integrate TiDB Cloud with Prometheus and Grafana (Preview) +# Integrate TiDB Cloud with Prometheus and Grafana (PREVIEW) TiDB Cloud provides a [Prometheus](https://prometheus.io/) API endpoint. If you have a Prometheus service, you can monitor key metrics of TiDB Cloud from the endpoint easily. @@ -29,7 +29,7 @@ Before configuring your Prometheus service to read metrics of TiDB Cloud, you ne 1. In the [TiDB Cloud console](https://tidbcloud.com/), navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page, and then click the name of your target {{{ .essential }}} instance to go to its overview page. -2. In the left navigation pane, click **Integrations** > **Integration to Prometheus(Preview)**. +2. In the left navigation pane, click **Integrations** > **Integration to Prometheus(PREVIEW)**. 3. Click **Add File** to generate and show the `scrape_config` file for the current {{{ .essential }}} instance. 4. Make a copy of the `scrape_config` file content for later use. @@ -38,7 +38,7 @@ Before configuring your Prometheus service to read metrics of TiDB Cloud, you ne 1. In the [TiDB Cloud console](https://tidbcloud.com/), navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page, and then click the name of your target {{{ .premium }}} instance to go to its overview page. -2. In the left navigation pane, click **Settings** > **Integrations** > **Integration to Prometheus(Preview)**. +2. In the left navigation pane, click **Settings** > **Integrations** > **Integration to Prometheus(PREVIEW)**. 3. Click **Add File** to generate and show the `scrape_config` file for the current {{{ .premium }}} instance. 4. Make a copy of the `scrape_config` file content for later use. diff --git a/tidb-cloud/recovery-group-overview.md b/tidb-cloud/recovery-group-overview.md index 76b2f637bfe6c..36d590010ee00 100644 --- a/tidb-cloud/recovery-group-overview.md +++ b/tidb-cloud/recovery-group-overview.md @@ -1,9 +1,9 @@ --- -title: Recovery Group Overview (Preview) +title: Recovery Group Overview (PREVIEW) summary: Learn how to protect your databases against disasters by using TiDB Cloud recovery groups. --- -# Recovery Group Overview (Preview) +# Recovery Group Overview (PREVIEW) A TiDB Cloud recovery group allows you to replicate your databases between TiDB Cloud Dedicated clusters for protection against regional disasters. You can orchestrate the failover of databases from one cluster to another. After a failover to the secondary cluster, if the original primary cluster becomes available again, you can re-establish replication in the reverse direction to reprotect your databases. diff --git a/tidb-cloud/releases/release-notes-2025.md b/tidb-cloud/releases/release-notes-2025.md index b9218469e670b..7aadafc11980b 100644 --- a/tidb-cloud/releases/release-notes-2025.md +++ b/tidb-cloud/releases/release-notes-2025.md @@ -180,7 +180,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c For more information, see [Set Up Private Endpoint for Changefeeds](/tidb-cloud/set-up-sink-private-endpoint.md). - - [Prometheus integrations (Preview)](/tidb-cloud/monitor-prometheus-and-grafana-integration.md) are now available for [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) clusters. + - [Prometheus integrations (PREVIEW)](/tidb-cloud/monitor-prometheus-and-grafana-integration.md) are now available for [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) clusters. TiDB Cloud now manages Prometheus integrations at the cluster level, offering more granular control and configuration. This feature enables you to seamlessly ship the metrics of your [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) cluster to Prometheus, allowing for advanced alerting in a unified platform. @@ -481,7 +481,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c This preview version is now available to organizations without existing Datadog or New Relic integrations. For organizations with existing Datadog or New Relic integrations, we will proactively reach out to you to coordinate a suitable migration plan and timeline next month. - For more information, see [Integrate TiDB Cloud with Datadog (Preview)](/tidb-cloud/monitor-datadog-integration.md) and [Integrate TiDB Cloud with New Relic (Preview)](/tidb-cloud/monitor-new-relic-integration.md). + For more information, see [Integrate TiDB Cloud with Datadog (PREVIEW)](/tidb-cloud/monitor-datadog-integration.md) and [Integrate TiDB Cloud with New Relic (PREVIEW)](/tidb-cloud/monitor-new-relic-integration.md). ## July 22, 2025 diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index f1da6fc468ed5..c135ade00eb9a 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -375,7 +375,7 @@ For more information, see [Project API Migration Guide for {{{ .starter }}} and - [Connect via Private Endpoint with AWS](/tidb-cloud/set-up-private-endpoint-connections-serverless.md) - [Connect via Private Endpoint with Alibaba Cloud](/tidb-cloud/set-up-private-endpoint-connections-on-alibaba-cloud.md) - - Enable Prometheus metrics integration (Preview). + - Enable Prometheus metrics integration (PREVIEW). [TiDB Cloud Essential](/tidb-cloud/select-cluster-tier.md#essential) manages Prometheus integrations at the cluster level. This feature lets you seamlessly ship metrics from your TiDB Cloud Essential cluster to Prometheus, enabling advanced alerting on a unified platform. diff --git a/tidb-cloud/serverless-high-availability.md b/tidb-cloud/serverless-high-availability.md index cf2694e78216b..2df2811cb8bd7 100644 --- a/tidb-cloud/serverless-high-availability.md +++ b/tidb-cloud/serverless-high-availability.md @@ -39,7 +39,7 @@ TiDB Cloud extends these capabilities with zonal high availability and regional - **Zonal high availability**: This option places all nodes within a single availability zone, reducing network latency. It ensures high availability without requiring application-level redundancy across zones, making it suitable for applications that prioritize low latency within a single zone. For more information, see [Zonal high availability architecture](#zonal-high-availability-architecture). -- **Regional high availability (Preview)**: This option distributes nodes across multiple availability zones, offering maximum infrastructure isolation and redundancy. It provides the highest level of availability but requires application-level redundancy across zones. It is recommended to choose this option if you need maximum availability protection against infrastructure failures within a zone. Note that it increases latency and might incur cross-zone data transfer fees. This feature is available in regions with more than three availability zones. For more information, see [Regional high availability architecture](#regional-high-availability-architecture). +- **Regional high availability (PREVIEW)**: This option distributes nodes across multiple availability zones, offering maximum infrastructure isolation and redundancy. It provides the highest level of availability but requires application-level redundancy across zones. It is recommended to choose this option if you need maximum availability protection against infrastructure failures within a zone. Note that it increases latency and might incur cross-zone data transfer fees. This feature is available in regions with more than three availability zones. For more information, see [Regional high availability architecture](#regional-high-availability-architecture). ## Zonal high availability architecture diff --git a/tidb-cloud/starter/_index.md b/tidb-cloud/starter/_index.md index 2abfd1d37f1aa..4c6d13b45787a 100644 --- a/tidb-cloud/starter/_index.md +++ b/tidb-cloud/starter/_index.md @@ -49,7 +49,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [Back Up and Restore Data](https://docs.pingcap.com/tidbcloud/backup-and-restore-serverless/?plan=starter) -[Use API (Preview)](https://docs.pingcap.com/tidbcloud/api-overview/?plan=starter) +[Use API (PREVIEW)](https://docs.pingcap.com/tidbcloud/api-overview/?plan=starter) [Use TiDB Cloud CLI](https://docs.pingcap.com/tidbcloud/cli-reference/?plan=starter) diff --git a/tidb-cloud/tidb-cloud-auditing.md b/tidb-cloud/tidb-cloud-auditing.md index b0a14fe3eb413..3a2b80346a8ee 100644 --- a/tidb-cloud/tidb-cloud-auditing.md +++ b/tidb-cloud/tidb-cloud-auditing.md @@ -26,7 +26,7 @@ The audit logging feature is **disabled by default**. To audit a cluster, you mu > **Note:** > > - Database audit logging is not available for {{{ .starter }}}. - > - For {{{ .essential }}}, see [Database Audit Logging (Preview) for {{{ .essential }}}](/tidb-cloud/essential-database-audit-logging.md). + > - For {{{ .essential }}}, see [Database Audit Logging (PREVIEW) for {{{ .essential }}}](/tidb-cloud/essential-database-audit-logging.md). - You are in the `Organization Owner` or `Project Owner` role of your organization. Otherwise, you cannot see the database audit-related options in the TiDB Cloud console. For more information, see [User roles](/tidb-cloud/manage-user-access.md#user-roles). diff --git a/tidb-cloud/tidb-cloud-billing.md b/tidb-cloud/tidb-cloud-billing.md index 08c029864bf2f..4e4c3bd8e869b 100644 --- a/tidb-cloud/tidb-cloud-billing.md +++ b/tidb-cloud/tidb-cloud-billing.md @@ -348,7 +348,7 @@ To link your TiDB Cloud account to an AWS billing account, take the following st To link your TiDB Cloud account to an Azure billing account, take the following steps: -1. Open the [Azure Marketplace page](https://azuremarketplace.microsoft.com), search for `TiDB Cloud` and select **TiDB Cloud on Azure (Preview)** in the search results. The TiDB Cloud product page is displayed. +1. Open the [Azure Marketplace page](https://azuremarketplace.microsoft.com), search for `TiDB Cloud` and select **TiDB Cloud on Azure (PREVIEW)** in the search results. The TiDB Cloud product page is displayed. 2. On the TiDB Cloud product page, click **Get It Now**, accept the terms of use, and then click **Continue** to go to the order page. diff --git a/tidb-cloud/tidb-cloud-glossary.md b/tidb-cloud/tidb-cloud-glossary.md index 177a509f9e39a..a89d9b2ad7fda 100644 --- a/tidb-cloud/tidb-cloud-glossary.md +++ b/tidb-cloud/tidb-cloud-glossary.md @@ -43,13 +43,13 @@ TiDB Cloud offers a certain number of credits for Proof of Concept (PoC) users. ### Data App -A Data App in [Data Service (Preview)](#data-service) is a collection of endpoints that you can use to access data for a specific application. You can configure authorization settings using API keys to restrict access to endpoints in a Data App. +A Data App in [Data Service (PREVIEW)](#data-service) is a collection of endpoints that you can use to access data for a specific application. You can configure authorization settings using API keys to restrict access to endpoints in a Data App. For more information, see [Manage a Data App](/tidb-cloud/data-service-manage-data-app.md). ### Data Service -Data Service (Preview) enables you to access TiDB Cloud data via an HTTPS request using a custom API [endpoint](#endpoint). This feature uses a serverless architecture to handle computing resources and elastic scaling, so you can focus on the query logic in endpoints without worrying about infrastructure or maintenance costs. +Data Service (PREVIEW) enables you to access TiDB Cloud data via an HTTPS request using a custom API [endpoint](#endpoint). This feature uses a serverless architecture to handle computing resources and elastic scaling, so you can focus on the query logic in endpoints without worrying about infrastructure or maintenance costs. For more information, see [Data Service Overview](/tidb-cloud/data-service-overview.md). diff --git a/tidb-cloud/tidb-cloud-quickstart.md b/tidb-cloud/tidb-cloud-quickstart.md index a67919a016da5..addbc3a79ce77 100644 --- a/tidb-cloud/tidb-cloud-quickstart.md +++ b/tidb-cloud/tidb-cloud-quickstart.md @@ -58,7 +58,7 @@ For {{{ .starter }}} instances hosted on AWS, you can use the built-in AI-assist 2. To try the AI capacity of TiDB Cloud, follow the on-screen instructions to allow PingCAP and AWS Bedrock to use your code snippets for research and service improvement, and then click **Save and Get Started**. -3. In SQL Editor, press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (Preview)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. +3. In SQL Editor, press + I on macOS (or Control + I on Windows or Linux) to instruct [Chat2Query (PREVIEW)](/tidb-cloud/tidb-cloud-glossary.md#chat2query) to generate SQL queries automatically. For example, to create a new table `test.t` with two columns (column `id` and column `name`), you can type `use test;` to specify the database, press + I, type `create a new table t with id and name` as the instruction, and then press **Enter** to let AI generate a SQL statement accordingly. @@ -137,4 +137,4 @@ TiDB Cloud offers an interactive tutorial with carefully crafted sample datasets - For more information about how to use SQL Editor and Chat2Query to explore your data, see [Explore your data with AI-assisted SQL Editor](/tidb-cloud/explore-data-with-chat2query.md). - For TiDB SQL usage, see [Explore SQL with TiDB](/basic-sql-operations.md). - For production use with the benefits of cross-zone high availability, horizontal scaling, and [HTAP](https://en.wikipedia.org/wiki/Hybrid_transactional/analytical_processing), see [Create a TiDB Cloud Dedicated cluster](/tidb-cloud/create-tidb-cluster.md). -- To manage your instance using the TiDB Cloud CLI, see [TiDB Cloud CLI Reference (Preview)](/tidb-cloud/cli-reference.md). +- To manage your instance using the TiDB Cloud CLI, see [TiDB Cloud CLI Reference (PREVIEW)](/tidb-cloud/cli-reference.md). diff --git a/tidb-cloud/tidb-cloud-roadmap.md b/tidb-cloud/tidb-cloud-roadmap.md index 67e51d60933b3..2f7fe4142c689 100644 --- a/tidb-cloud/tidb-cloud-roadmap.md +++ b/tidb-cloud/tidb-cloud-roadmap.md @@ -39,7 +39,7 @@ The TiDB Cloud roadmap brings you what's coming in the near future, so you can s ✅ Support Data Service. - With Data Service (Preview), you can read or write TiDB Cloud data via an HTTPS request using a custom API endpoint. + With Data Service (PREVIEW), you can read or write TiDB Cloud data via an HTTPS request using a custom API endpoint. Cloud provider marketplace From 5c8281575307d9b35aba5b50c4255780c9f30d78 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Mon, 13 Jul 2026 10:46:55 +0800 Subject: [PATCH 8/9] Apply suggestions from code review --- tidb-cloud/tidb-cloud-faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/tidb-cloud-faq.md b/tidb-cloud/tidb-cloud-faq.md index 56e96aafe729c..a36dbeed3dff7 100644 --- a/tidb-cloud/tidb-cloud-faq.md +++ b/tidb-cloud/tidb-cloud-faq.md @@ -55,9 +55,9 @@ TiDB is trusted by over 1500 global enterprises across a variety of industries, TiDB Cloud provides 99.99% SLA. For details, see [Service Level Agreement for TiDB Cloud Services](https://www.pingcap.com/legal/service-level-agreement-for-tidb-cloud-services/). -### What does Preview mean in TiDB Cloud? +### What does PREVIEW mean in TiDB Cloud? -Preview is the public preview stage of a TiDB Cloud feature or offering before it becomes generally available (GA). +PREVIEW is the public preview stage of a TiDB Cloud feature or offering before it becomes generally available (GA). ### How can I learn more about TiDB Cloud? From ca5d11b079966cd195322c92208d627632108639 Mon Sep 17 00:00:00 2001 From: qiancai Date: Mon, 13 Jul 2026 17:06:20 +0800 Subject: [PATCH 9/9] update datadog integration steps for tidb x --- tidb-cloud/migrate-metrics-integrations.md | 2 +- tidb-cloud/monitor-datadog-integration-for-tidb-x.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tidb-cloud/migrate-metrics-integrations.md b/tidb-cloud/migrate-metrics-integrations.md index 98f8a68b0afaf..55059ff6e577b 100644 --- a/tidb-cloud/migrate-metrics-integrations.md +++ b/tidb-cloud/migrate-metrics-integrations.md @@ -5,7 +5,7 @@ summary: Learn how to migrate from the legacy project-level metrics integration # Migrate Datadog and New Relic Integrations -TiDB Cloud now manages Datadog and New Relic integrations at the cluster level, offering more granular control and configuration. The legacy project-level Datadog and New Relic integrations will be deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow this guide to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. +TiDB Cloud now manages Datadog and New Relic integrations at the cluster level, offering more granular control and configuration. The legacy project-level Datadog and New Relic integrations were deprecated on October 31, 2025. If your organization is still using these legacy integrations, follow this guide to migrate to the new cluster-level integrations and minimize disruptions to your metrics-related services. ## Prerequisites diff --git a/tidb-cloud/monitor-datadog-integration-for-tidb-x.md b/tidb-cloud/monitor-datadog-integration-for-tidb-x.md index 91f99ff8e4301..109d1aceee0ce 100644 --- a/tidb-cloud/monitor-datadog-integration-for-tidb-x.md +++ b/tidb-cloud/monitor-datadog-integration-for-tidb-x.md @@ -55,9 +55,9 @@ Currently, the TiDB Cloud dashboard for {{{ .ess 1. In the [TiDB Cloud console](https://tidbcloud.com/), navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page, and then click the name of your target {{{ .essential }}} instance to go to its overview page. -2. In the left navigation pane, click **Integrations** > **Integration to Datadog (PREVIEW)**. -3. Enter your Datadog API key and choose your Datadog Region. -4. Click **Test Integration**. +2. In the left navigation pane, click **Integrations**. +3. On the **Integrations** page, locate the **Datadog (PREVIEW)** integration and click **Connect**. +4. Enter your Datadog API key, choose your Datadog Region, and then click **Test Integration**. - If the test succeeds, the **Confirm** button is displayed. - If the test fails, an error message is displayed. Follow the message for troubleshooting and retry the integration. @@ -69,9 +69,9 @@ Currently, the TiDB Cloud dashboard for {{{ .ess 1. In the [TiDB Cloud console](https://tidbcloud.com/), navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page, and then click the name of your target {{{ .premium }}} instance to go to its overview page. -2. In the left navigation pane, click **Settings** > **Integrations** > **Integration to Datadog (PREVIEW)**. -3. Enter your Datadog API key and choose your Datadog Region. -4. Click **Test Integration**. +2. In the left navigation pane, click **Settings** > **Integrations**. +3. On the **Integrations** page, locate the **Datadog (PREVIEW)** integration and click **Connect**. +4. Enter your Datadog API key, choose your Datadog Region, and then click **Test Integration**. - If the test succeeds, the **Confirm** button is displayed. - If the test fails, an error message is displayed. Follow the message for troubleshooting and retry the integration.