Skip to content

Commit d15f501

Browse files
authored
cloud: update wording style, anchor links, RCU in glossary (#21901)
1 parent 70461b4 commit d15f501

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

TOC-tidb-cloud-essential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
- [Overview](/vector-search/vector-search-integration-overview.md)
241241
- AI Frameworks
242242
- [LlamaIndex](/vector-search/vector-search-integrate-with-llamaindex.md)
243-
- [Langchain](/vector-search/vector-search-integrate-with-langchain.md)
243+
- [LangChain](/vector-search/vector-search-integrate-with-langchain.md)
244244
- AI Services
245245
- [Amazon Bedrock](/tidb-cloud/vector-search-integrate-with-amazon-bedrock.md)
246246
- Embedding Models/Services

TOC-tidb-cloud-starter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
- [Overview](/vector-search/vector-search-integration-overview.md)
256256
- AI Frameworks
257257
- [LlamaIndex](/vector-search/vector-search-integrate-with-llamaindex.md)
258-
- [Langchain](/vector-search/vector-search-integrate-with-langchain.md)
258+
- [LangChain](/vector-search/vector-search-integrate-with-langchain.md)
259259
- AI Services
260260
- [Amazon Bedrock](/tidb-cloud/vector-search-integrate-with-amazon-bedrock.md)
261261
- Embedding Models/Services

TOC-tidb-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
- [Overview](/vector-search/vector-search-integration-overview.md)
266266
- AI Frameworks
267267
- [LlamaIndex](/vector-search/vector-search-integrate-with-llamaindex.md)
268-
- [Langchain](/vector-search/vector-search-integrate-with-langchain.md)
268+
- [LangChain](/vector-search/vector-search-integrate-with-langchain.md)
269269
- AI Services
270270
- [Amazon Bedrock](/tidb-cloud/vector-search-integrate-with-amazon-bedrock.md)
271271
- Embedding Models/Services

tidb-cloud/dedicated/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings
106106

107107
[Manage User Profiles](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-user-profiles)
108108

109-
[Manage organization access](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-organization-access)
109+
[Manage Organization Access](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-organization-access)
110110

111-
[Manage project access](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-project-access)
111+
[Manage Project Access](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-project-access)
112112

113113
[Configure Password Settings](https://docs.pingcap.com/tidbcloud/configure-security-settings)
114114

tidb-cloud/essential/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings
9797

9898
[Manage User Profiles](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-user-profiles/?plan=essential)
9999

100-
[Manage organization access](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-organization-access/?plan=essential)
100+
[Manage Organization Access](https://docs.pingcap.com/tidbcloud/manage-user-access/?plan=essential#manage-organization-access)
101101

102-
[Manage project access](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-project-access/?plan=essential)
102+
[Manage Project Access](https://docs.pingcap.com/tidbcloud/manage-user-access/?plan=essential#manage-project-access)
103103

104104
[Configure Firewall Rules for Public Endpoints](https://docs.pingcap.com/tidbcloud/configure-serverless-firewall-rules-for-public-endpoints/?plan=essential)
105105

tidb-cloud/starter/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings
9797

9898
[Manage User Profiles](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-user-profiles/?plan=starter)
9999

100-
[Manage organization access](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-organization-access/?plan=starter)
100+
[Manage Organization Access](https://docs.pingcap.com/tidbcloud/manage-user-access/?plan=starter#manage-organization-access)
101101

102-
[Manage project access](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-project-access/?plan=starter)
102+
[Manage Project Access](https://docs.pingcap.com/tidbcloud/manage-user-access/?plan=starter#manage-project-access)
103103

104104
[Configure Firewall Rules for Public Endpoints](https://docs.pingcap.com/tidbcloud/configure-serverless-firewall-rules-for-public-endpoints/?plan=starter)
105105

tidb-cloud/tidb-cloud-glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ The place where the data of deleted clusters with valid backups is stored. Once
135135

136136
A separate database that can be located in the same or different region and contains the same data. A replica is often used for disaster recovery purposes or to improve performance.
137137

138-
### Replication Capacity Unit
138+
### Replication Capacity Unit (RCU)
139139

140-
The replication of changefeed is charged according to the computing resources, which is the TiCDC replication capacity unit.
140+
TiDB Cloud measures the capacity of [changefeeds](/tidb-cloud/changefeed-overview.md) in TiCDC Replication Capacity Units (RCUs). When you create a changefeed for a cluster, you can select an appropriate specification. The higher the RCU, the better the replication performance. You will be charged for these TiCDC changefeed RCUs. For more information, see [Changefeed Cost](https://www.pingcap.com/tidb-dedicated-pricing-details/#changefeed-cost).
141141

142-
### Request Capacity Unit
142+
### Request Capacity Unit (RCU)
143143

144144
A Request Capacity Unit (RCU) is a unit of measure used to represent the provisioned compute capacity for your {{{ .essential }}} cluster. One RCU provides a fixed amount of compute resources that can process a certain number of RUs per second. The number of RCUs you provision determines your cluster's baseline performance and throughput capacity. For more information, see [{{{ .essential }}} Pricing Details](https://www.pingcap.com/tidb-cloud-essential-pricing-details/).
145145

0 commit comments

Comments
 (0)