Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: FingerLeader <wanxfinger@gmail.com>
  • Loading branch information
FingerLeader committed Nov 15, 2024
1 parent 6791160 commit 39002ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-cloud/branch-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ With TiDB Cloud Serverless branches, developers can work in parallel, iterate ra

## Implementations

When a branch for a cluster is created, the data in the branch diverges from the original cluster or the parent branch at a specific time point. This means that subsequent changes made in either the parent or the branch will not be synchronized with each other.
When a branch for a cluster is created, the data in the branch diverges from the original cluster or the parent branch including data from a specific time. This means that subsequent changes made in either the parent or the branch will not be synchronized with each other.

To ensure fast and seamless branch creation, TiDB Cloud Serverless uses a copy-on-write technique for sharing data between the original cluster and its branches. This process usually completes within a few minutes and is imperceptible to users, ensuring that it does not affect the performance of your original cluster.

Expand Down

0 comments on commit 39002ee

Please sign in to comment.