Skip to content
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

cloud: refine the wording of node size etc #10354

Draft
wants to merge 1 commit into
base: release-6.1
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
38 changes: 19 additions & 19 deletions tidb-cloud/scale-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ aliases: ['/tidbcloud/beta/scale-tidb-cluter']

You can scale a TiDB cluster in the following dimensions:

- Node number of TiDB, TiKV, and TiFlash
- Node storage of TiKV and TiFlash
- Node size (including vCPUs and memory) of TiDB, TiKV, and TiFlash
- The number of TiDB, TiKV, and TiFlash nodes
- The storage of TiKV and TiFlash nodes
- The size (including vCPUs and memory) of TiDB, TiKV, and TiFlash nodes

For information about how to determine the size of your TiDB cluster, see [Determine Your TiDB Size](/tidb-cloud/size-your-cluster.md).

Expand All @@ -28,11 +28,11 @@ For information about how to determine the size of your TiDB cluster, see [Deter
> - 4 vCPU TiDB can only be used with 4 vCPU TiKV, and 4 vCPU TiKV can only be used with 4 vCPU TiDB.
> - TiFlash is unavailable.

## Change node number
## Change the number of nodes

You can change the number of TiDB, TiKV, or TiFlash nodes.

### Increase node number
### Increase the number of nodes

To increase the number of TiDB, TiKV, or TiFlash nodes, take the following steps:

Expand All @@ -47,7 +47,7 @@ To increase the number of TiDB, TiKV, or TiFlash nodes, take the following steps
4. In the **Scale** window, increase the number of TiDB, TiKV, or TiFlash nodes.
5. Click **Confirm**.

### Decrease node number
### Decrease the number of nodes

To decrease the number of TiDB nodes, take the following steps:

Expand All @@ -66,23 +66,23 @@ To decrease the number of TiKV or TiFlash nodes, you need to submit a support ti

> **Warning:**
>
> Decreasing TiKV or TiFlash node number can be risky, which might lead to insufficient storage space, excessive CPU usage, or excessive memory usage on remaining nodes.
> Decreasing the number of TiKV or TiFlash nodes can be risky, which might lead to insufficient storage space, excessive CPU usage, or excessive memory usage on remaining nodes.

To submit a support ticket, perform the steps in [TiDB Cloud Support](/tidb-cloud/tidb-cloud-support.md). For each node to be scaled, provide the following information in the **Description** box:

- Cluster name: xxx
- Cloud provider: GCP or AWS
- Node type: TiKV or TiFlash
- Current node number: xxx
- Expected node number: xxx
- Current number of nodes: xxx
- Expected number of nodes: xxx

## Change node storage
## Change the storage of nodes

You can change the node storage of TiKV or TiFlash.
You can change the storage of TiKV or TiFlash nodes.

### Increase node storage
### Increase the storage of nodes

To increase the node storage of TiKV or TiFlash, take the following steps:
To increase the storage of TiKV or TiFlash nodes, take the following steps:

1. In the TiDB Cloud console, navigate to the **Clusters** page for your project.
2. Locate the cluster that you want to scale, and click **...** in the upper-right corner of the cluster area.
Expand All @@ -92,18 +92,18 @@ To increase the node storage of TiKV or TiFlash, take the following steps:
> Alternatively, you can also click the name of the cluster that you want to scale on the **Clusters** page and click **...** in the upper-right corner.

3. Click **Scale** in the drop-down menu. The **Scale** window is displayed.
4. In the **Scale** window, increase the node storage of TiKV or TiFlash.
4. In the **Scale** window, increase the storage of TiKV or TiFlash nodes.
5. Click **Confirm**.

> **Note:**
>
> AWS has a cooldown period of node storage changes. If your TiDB cluster is hosted by AWS, after changing the node storage of TiKV or TiFlash, you must wait at least six hours before you can change it again.
> AWS has a cooldown period of node storage changes. If your TiDB cluster is hosted by AWS, after changing the storage of TiKV or TiFlash nodes, you must wait at least 6 hours before you can change it again.

### Decrease node storage
### Decrease the storage of nodes

For a running cluster, AWS and Google Cloud do not allow in-place storage capacity downgrade.

## Increase node size
## Increase the size of nodes

When a cluster is running, you cannot increase its node size. To make such changes, take either of the following methods:

Expand All @@ -123,5 +123,5 @@ When a cluster is running, you cannot increase its node size. To make such chang
- Cluster name: xxx
- Cloud provider: GCP or AWS
- Node type: TiDB, TiKV, or TiFlash
- Current node size: xxx
- Expected node size: xxx
- Current size of nodes: xxx
- Expected size of nodes: xxx
4 changes: 2 additions & 2 deletions tidb-cloud/size-your-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ You can configure both node size and node quantity for TiDB.

To learn performance test results of different cluster scales, see [TiDB Cloud Performance Reference](/tidb-cloud/tidb-cloud-performance-reference.md).

### TiDB node size
### Size of TiDB node

The supported node sizes include the following:
The supported sizes of a TiDB node include the following:

- 2 vCPU, 8 GiB (Beta)
- 4 vCPU, 16 GiB
Expand Down