- About TiDB Cloud
- Get Started
- Manage Cluster
- Plan Your Cluster
- Create a TiDB Cluster
- Connect to Your TiDB Cluster
- Set Up VPC Peering Connections
- Use an HTAP Cluster
- Scale a TiDB Cluster
- Tune Performance
- Upgrade a TiDB Cluster
- Delete a TiDB Cluster
- Manage Data
- Import Sample Data
- Migrate Data into TiDB
- Back Up and Restore Data
- Export Data from TiDB
- Monitor Cluster
- Overview
- Built-in Alerting
- Third-Party Monitoring Integrations
- Manage User Access
- Manage Billing
- Reference
- Release Notes
Changefeed Billing
TiDB Cloud measures the capacity of changefeeds in TiCDC Capacity Units (TCUs). When you create the first changefeed for a cluster, TiDB Cloud automatically sets up TiCDC Capacity Units (TCUs) for you, and you will be charged for these TiCDC Capacity Units. All changefeeds that are created in a single cluster share the same TiCDC Capacity Units.
Number of TiCDC Capacity Units
For each TiDB cluster, the number of TiCDC Capacity Units is set up by TiDB Cloud according to the total vCPU count of all TiKV nodes in your cluster as follows:
Total vCPU of all TiKV nodes | Number of TCUs |
---|---|
< 48 | 16 |
>= 48, and < 120 | 24 |
>= 120, and <= 168 | 32 |
> 168 | 40 |
Price
The following table lists the price of TiDB Cloud for each TiCDC Capacity Unit (TCU):
Region | TCU Price ($/hr) |
---|---|
aws/us-west-2 | $0.1307 |
aws/us-east-1 | $0.1307 |
aws/ap-northeast-1 | $0.1669 |
aws/ap-southeast-1 | $0.1623 |
aws/eu-central-1 | $0.1564 |
aws/ap-south-1 | $0.1393 |
gcp/us-west1 | $0.1452 |
gcp/us-central1 | $0.1452 |
gcp/asia-northeast1 | $0.1868 |
gcp/asia-southeast1 | $0.1746 |
What’s on this page
Was this page helpful?