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/serverless-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ This document lists the most frequently asked questions about {{{ .starter }}}.

{{{ .starter }}} offers the TiDB database with full HTAP capabilities for you and your organization. It is a fully managed, auto-scaling deployment of TiDB that lets you start using your database immediately, develop and run your application without caring about the underlying nodes, and automatically scale based on your application's workload changes.

### 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 reflects how the service works behind the scenes, many first-time users found the term abstract and overloaded with different meanings.

To make the purpose of this entry tier clearer, we’ve renamed it to Starter, the fastest way to begin building with TiDB Cloud. Everything you know about the Serverless tier remains the same:

- A fully managed database with both row-based and columnar storage, ideal for hybrid OLTP and OLAP workloads.
- Automatic and 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).

### How do I get started with {{{ .starter }}}?

Get started with the 5-minute [TiDB Cloud Quick Start](/tidb-cloud/tidb-cloud-quickstart.md).
Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/tidb-cloud-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: intro

# What is TiDB Cloud

[TiDB Cloud](https://www.pingcap.com/tidb-cloud/) is a fully-managed Database-as-a-Service (DBaaS) that brings [TiDB](https://docs.pingcap.com/tidb/stable/overview), an open-source Hybrid Transactional and Analytical Processing (HTAP) database, to your cloud. TiDB Cloud offers an easy way to deploy and manage databases to let you focus on your applications, not the complexities of the databases. You can create TiDB Cloud clusters to quickly build mission-critical applications on Amazon Web Services (AWS), Google Cloud, and Microsoft Azure.
[TiDB Cloud](https://www.pingcap.com/tidb-cloud/) is a fully-managed Database-as-a-Service (DBaaS) that brings [TiDB](https://docs.pingcap.com/tidb/stable/overview), an open-source Hybrid Transactional and Analytical Processing (HTAP) database, to your cloud. TiDB Cloud offers an easy way to deploy and manage databases to let you focus on your applications, not the complexities of the databases. You can create TiDB Cloud clusters to quickly build mission-critical applications on Amazon Web Services (AWS), Google Cloud, Microsoft Azure, and Alibaba Cloud.

![TiDB Cloud Overview](/media/tidb-cloud/tidb-cloud-overview.png)

Expand Down
Loading