Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tidb-cloud/architecture-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TiDB Cloud makes it easy to scale your database, handle complex management tasks

The Starter plan is ideal for those who are getting started with TiDB Cloud. It provides developers and small teams with the following features:

- **No cost**: This plan is completely free, with no credit card required to get started.
- **No cost**: This plan is completely free within the [free quota](https://www.pingcap.com/tidb-cloud-starter-pricing-details/). No credit card is required to get started.
Comment thread
lilin90 marked this conversation as resolved.
Outdated
Comment thread
lilin90 marked this conversation as resolved.
Outdated
- **Storage**: Provides an initial 5 GiB of row-based storage and 5 GiB of columnar storage.
- **Request Units**: Includes 50 million [Request Units (RUs)](/tidb-cloud/tidb-cloud-glossary.md#request-unit-ru) for database operations.

Expand Down
7 changes: 6 additions & 1 deletion tidb-cloud/select-cluster-tier.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ TiDB Cloud Starter is a fully managed, multi-tenant TiDB offering. It delivers a

The free plan is ideal for those who are getting started with {{{ .starter }}}. It provides developers and small teams with the following essential features:

- **No cost**: This plan is completely free, with no credit card required to get started.
- **No cost**: This plan is completely free within the [free quota](https://www.pingcap.com/tidb-cloud-starter-pricing-details/). No credit card is required to get started.
Comment thread
lilin90 marked this conversation as resolved.
Outdated
Comment thread
lilin90 marked this conversation as resolved.
Outdated
- **Storage**: Provides an initial 5 GiB of row-based storage and 5 GiB of columnar storage.
- **Request Units**: Includes 50 million [Request Units (RUs)](/tidb-cloud/tidb-cloud-glossary.md#request-unit-ru) for database operations.

> **Note:**
>
> - To better support agent platform builders who need to create a large number of lightweight instances for their end users, TiDB Cloud offers the **Agent Plan**. With this plan, each TiDB Cloud organization can create up to 100 free {{{ .starter }}} instances. To learn more and apply for the Agent Plan, fill out the [application form](https://www.pingcap.com/agent-plan/).
Comment thread
lilin90 marked this conversation as resolved.
Outdated
Comment thread
lilin90 marked this conversation as resolved.
Outdated
> - You will receive an email notification once your application for the Agent Plan is approved. You will also be notified via email and the TiDB Cloud console when you are approaching the limit of 100 free {{{ .starter }}} instances in your organization.
Comment thread
lilin90 marked this conversation as resolved.
Outdated

### Usage quota

For each organization in TiDB Cloud, you can create a maximum of five free {{{ .starter }}} instances by default. To create more {{{ .starter }}} instances, you need to add a credit card and specify a spending limit.
Expand Down
Loading