-
Notifications
You must be signed in to change notification settings - Fork 713
Essential-HighAvailability-changed #23010
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
base: release-8.5
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -22,7 +22,7 @@ TiDB Cloud extends these capabilities with zonal high availability and regional | |||||
| > | ||||||
| > - For {{{ .starter }}} instances, only zonal high availability is enabled, and it is not configurable. | ||||||
| > - For {{{ .premium }}} instances, only regional high availability is enabled and is not configurable. | ||||||
| > - For {{{ .essential }}} instances hosted in the AWS Tokyo (ap-northeast-1) region or any Alibaba Cloud region, regional high availability is enabled by default. You can change it to zonal high availability as needed during {{{ .essential }}} instance creation. For {{{ .essential }}} instances hosted in other regions, only zonal high availability is enabled, and it is not configurable. | ||||||
| > - For {{{ .essential }}} instances, only zonal high availability is enabled, and it is not configurable. | ||||||
|
|
||||||
| - **Zonal high availability**: This option places all nodes within a single availability zone, reducing network latency. It ensures high availability without requiring application-level redundancy across zones, making it suitable for applications that prioritize low latency within a single zone. For more information, see [Zonal high availability architecture](#zonal-high-availability-architecture). | ||||||
|
|
||||||
|
|
@@ -86,7 +86,7 @@ The gateway and computing layers are stateless, so failover involves restarting | |||||
|
|
||||||
| ## Regional high availability architecture | ||||||
|
|
||||||
| When you create a {{{ .essential }}} or {{{ .premium }}} instance with regional high availability, critical OLTP (Online Transactional Processing) workload components, such as PD and TiKV, are deployed across multiple availability zones to ensure redundant replication and maximizing availability. During normal operations, components like Gateway, TiDB, and TiFlash compute/write nodes are hosted in the primary availability zone. These components in data plane offer infrastructure redundancy through virtual machine pools, which minimizes failover time and network latency due to colocation. | ||||||
| When you create a {{{ .premium }}} instance with regional high availability, critical OLTP (Online Transactional Processing) workload components, such as PD and TiKV, are deployed across multiple availability zones to ensure redundant replication and maximizing availability. During normal operations, components like Gateway, TiDB, and TiFlash compute/write nodes are hosted in the primary availability zone. These components in data plane offer infrastructure redundancy through virtual machine pools, which minimizes failover time and network latency due to colocation. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Improve grammatical parallelism ("to ensure... and maximize...") and add the missing article ("in the data plane").
Suggested change
|
||||||
|
|
||||||
| > **Note:** | ||||||
| > | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -48,7 +48,7 @@ The Amazon RDS instance must meet the following requirements: | |||||
|
|
||||||
| > **Note** | ||||||
| > | ||||||
| > To connect to a cross-region RDS instance, contact [TiDB Cloud Support](/tidb-cloud/tidb-cloud-support.md). | ||||||
| > Private Link currently does not support cross-region connectivity. For cross-region connections, it is recommended to use VPC peering to establish a link (TiDB Cloud Premium only feature). | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. According to the style guide, we should write in the second person ("you") and avoid passive phrasing like "it is recommended to use". Let's rephrase this to be more direct.
Suggested change
References
|
||||||
|
|
||||||
| ## Step 2. Expose the Amazon RDS instance as an endpoint service | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase "offers Zonal High Availability: places all components..." is grammatically awkward. Additionally, "zonal high availability" should be in lowercase to maintain consistency with other parts of the documentation. Let's rephrase it for better clarity and flow.
References