You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/11/28 05:45:57 UTC

[shardingsphere] branch master updated: Update _index.en.md (#22473)

This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new edf7784a208 Update _index.en.md (#22473)
edf7784a208 is described below

commit edf7784a208c8f710289eaec34715f9b8f6ecd14
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Mon Nov 28 13:45:51 2022 +0800

    Update _index.en.md (#22473)
---
 docs/document/content/reference/migration/_index.en.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/document/content/reference/migration/_index.en.md b/docs/document/content/reference/migration/_index.en.md
index b1e6e6282ea..cc344b47827 100644
--- a/docs/document/content/reference/migration/_index.en.md
+++ b/docs/document/content/reference/migration/_index.en.md
@@ -12,7 +12,7 @@ This implementation has the following advantages:
 
 1. No impact on the original data during migration.
 2. No risk in case of migration failure.
-3. Free from sharding policy limitations.
+3. Freedom from sharding strategy limitations.
 
 The implementation has the following disadvantages:
 
@@ -43,10 +43,10 @@ Execute the stock data migration tasks that have been sharded during preparation
 Since the duration of stock data migration depends on factors such as data volume and parallelism, it is necessary to synchronize the data added to the business operations during this period.
 Different databases differ in technical details, but in general they are all based on replication protocols or WAL logs to achieve the capture of changed data.
 
-- MySQL: subscribe and parse binlog
+- MySQL: subscribe and parse binlog.
 - PostgreSQL: uses official logical replication [test_decoding](https://www.postgresql.org/docs/9.4/test-decoding.html).
 
-These incremental data captured are also written into the new data nodes by the data migration modules. When synchronization of  incremental data is basically completed (the incremental data flow is not interrupted since the business system is still in function), you can then move to the traffic switching stage.
+The incremental data captured is also written into the new data nodes by the data migration modules. When synchronization of incremental data is completed (the incremental data flow is not interrupted since the business system is still in function), you can then move to the traffic switching stage.
 
 ### Traffic Switching
 
@@ -58,4 +58,4 @@ Once confirmed, the data migration is complete. Users can then switch the read t
 
 ## References
 
-[Configurations of data migration ](/en/user-manual/shardingsphere-proxy/migration/)
+[Configurations of data migration](/en/user-manual/shardingsphere-proxy/migration/)