Skip to content

preview: add Serverless name change notice #21373

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

Closed
2 changes: 1 addition & 1 deletion develop/dev-guide-build-cluster-in-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ summary: Learn how to build a TiDB Cloud Starter cluster in TiDB Cloud and conne

<CustomContent platform="tidb">

This document walks you through the quickest way to get started with TiDB. You will use [TiDB Cloud](https://www.pingcap.com/tidb-cloud) to create a TiDB Cloud Starter cluster, connect to it, and run a sample application on it.
This document walks you through the quickest way to get started with TiDB. You will use [TiDB Cloud](https://www.pingcap.com/tidb-cloud) to create a TiDB Cloud Starter (formerly Serverless) cluster, connect to it, and run a sample application on it.

If you need to run TiDB on your local machine, see [Starting TiDB Locally](/quick-start-with-tidb.md).

Expand Down
4 changes: 2 additions & 2 deletions tidb-cloud/select-cluster-tier.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ The cluster plan determines the throughput and performance of your cluster.

TiDB Cloud provides the following two options of cluster plan. Before creating a cluster, you need to consider which option suits your need better.

- [TiDB Cloud Starter](#tidb-cloud-starter)
- [TiDB Cloud Starter](#tidb-cloud-starter) (formerly Serverless)
- [TiDB Cloud Essential](#tidb-cloud-essential)
<!--TBD, ToDo-->

## TiDB Cloud Starter

<!--To be confirmed-->
TiDB Cloud Starter is a fully managed, multi-tenant TiDB offering. It delivers an instant, autoscaling MySQL-compatible database and offers a generous free plan and consumption based billing once free limits are exceeded.
TiDB Cloud Starter (formerly Serverless) is a fully managed, multi-tenant TiDB offering. It delivers an instant, autoscaling MySQL-compatible database and offers a generous free plan and consumption based billing once free limits are exceeded.

### Cluster plans

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 @@ -66,7 +66,7 @@ TiDB Cloud provides the following two deployment options:

<!--TBD, ToDo: Not sure the URL for TiDB Cloud Starter-->

- TiDB Cloud Starter
- TiDB Cloud Starter (formerly Serverless)

TiDB Cloud Starter is a fully managed, multi-tenant TiDB offering. It delivers an instant, autoscaling MySQL-compatible database and offers a generous free tier and consumption based billing once free limits are exceeded.

Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/tidb-cloud-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This tutorial guides you through an easy way to get started with TiDB Cloud. You

## Step 1: Create a TiDB cluster

[TiDB Cloud Starter](/tidb-cloud/select-cluster-tier.md#tidb-cloud-starter) is the best way to get started with TiDB Cloud. To create a TiDB Cloud Starter cluster, follow these steps:
[TiDB Cloud Starter](/tidb-cloud/select-cluster-tier.md#tidb-cloud-starter) (formerly Serverless) is the best way to get started with TiDB Cloud. To create a TiDB Cloud Starter cluster, follow these steps:

1. If you do not have a TiDB Cloud account, click [here](https://console.tidb.io/free-trial?provider_source=alicloud) to sign up.

Expand Down