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

[shardingsphere] branch yy2so-patch-1 created (now a5c407ce26e)

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

yy2so pushed a change to branch yy2so-patch-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


      at a5c407ce26e Update _index.en.md

This branch includes the following new commits:

     new a5c407ce26e Update _index.en.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shardingsphere] 01/01: Update _index.en.md

Posted by yy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yy2so pushed a commit to branch yy2so-patch-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit a5c407ce26e98555f38b9f96377e2bfbec8e3570
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Mon Nov 28 13:40:48 2022 +0800

    Update _index.en.md
---
 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/)