Skip to content

v8.5: add a serverless rename FAQ and update cloud provider description #21437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 29, 2025
15 changes: 15 additions & 0 deletions tidb-cloud/tidb-cloud-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@

TiDB Cloud is a fully managed cloud Database as a Service of TiDB. It has an easy-to-use web-based management console to let you manage TiDB clusters for mission-critical production environments.

### What is the relationship between TiDB Cloud Starter and TiDB Cloud Serverless?

TiDB Cloud Starter is the new name for TiDB Cloud Serverless, effective August 12, 2025.

Before it was renamed to Starter, the Serverless tier of TiDB Cloud served as the entry point for thousands of developers, providing a production-ready database that scales automatically, starts in seconds, and costs nothing until you exceed a generous free quota.

While "serverless" accurately describes how the service works behind the scenes, many first-time users told us this word felt abstract and overloaded with meanings.

Check warning on line 32 in tidb-cloud/tidb-cloud-faq.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [PingCAP.Ambiguous] Consider using a clearer word than 'many' because it may cause confusion. Raw Output: {"message": "[PingCAP.Ambiguous] Consider using a clearer word than 'many' because it may cause confusion.", "location": {"path": "tidb-cloud/tidb-cloud-faq.md", "range": {"start": {"line": 32, "column": 82}}}, "severity": "INFO"}

We renamed this entry tier to Starter so its purpose is crystal clear: it is the quickest way to begin building with TiDB Cloud. Everything you enjoy with Serverless remains unchanged:

- A fully-managed database with both row-based and columnar storage, ideal for mixed OLTP/OLAP workloads.

Check failure on line 36 in tidb-cloud/tidb-cloud-faq.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [PingCAP.LyHyphens] ' fully-' doesn't need a hyphen. Raw Output: {"message": "[PingCAP.LyHyphens] ' fully-' doesn't need a hyphen.", "location": {"path": "tidb-cloud/tidb-cloud-faq.md", "range": {"start": {"line": 36, "column": 4}}}, "severity": "ERROR"}
- Automatic, request-driven scaling, no capacity planning or manual tuning required.
- Built-in vector search and full-text search to power GenAI retrieval, chatbots, and other AI applications.
- Always-free monthly quota for up to five clusters per organization (5 GiB row data + 5 GiB columnar data + 50 million [RUs](/tidb-cloud/tidb-cloud-glossary.md#request-unit) per cluster).

### Is TiDB Cloud compatible with MySQL?

Currently, TiDB Cloud supports the majority of MySQL 5.7 and MySQL 8.0 syntax with the exception of triggers, stored procedures, and user-defined functions. For more details, see [Compatibility with MySQL](/mysql-compatibility.md).
Expand Down
Loading