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/04/27 10:57:28 UTC

[shardingsphere] branch master updated: Update scaling overview and principle design picture (#17144)

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

zhangliang 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 714af88561f Update scaling overview and principle design picture (#17144)
714af88561f is described below

commit 714af88561f16cd2f858d55bf34d20bc6a3657be
Author: Hongsheng Zhong <sa...@126.com>
AuthorDate: Wed Apr 27 18:57:21 2022 +0800

    Update scaling overview and principle design picture (#17144)
---
 docs/document/content/features/scaling/_index.cn.md    |   2 +-
 docs/document/content/features/scaling/_index.en.md    |   2 +-
 docs/document/content/reference/scaling/_index.cn.md   |   2 +-
 docs/document/content/reference/scaling/_index.en.md   |   2 +-
 docs/document/static/img/scaling/overview_v2.png       | Bin 0 -> 131970 bytes
 docs/document/static/img/scaling/principle_v2.png      | Bin 0 -> 228586 bytes
 .../img/scaling/scaling-principle-overview.cn.png      | Bin 370206 -> 0 bytes
 .../img/scaling/scaling-principle-overview.en.png      | Bin 372728 -> 0 bytes
 8 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/document/content/features/scaling/_index.cn.md b/docs/document/content/features/scaling/_index.cn.md
index bde26ce2918..7a6a90d9545 100644
--- a/docs/document/content/features/scaling/_index.cn.md
+++ b/docs/document/content/features/scaling/_index.cn.md
@@ -22,7 +22,7 @@ Apache ShardingSphere 在分片算法上提供给用户极大的自由度,但
 
 ShardingSphere-Scaling 是一个提供给用户的通用数据接入迁移及弹性伸缩的解决方案。
 
-![概述](https://shardingsphere.apache.org/document/current/img/scaling/overview.cn.png)
+![概述](https://shardingsphere.apache.org/document/current/img/scaling/overview_v2.png)
 
 ## 目标
 
diff --git a/docs/document/content/features/scaling/_index.en.md b/docs/document/content/features/scaling/_index.en.md
index 32cca392833..20b8a1c301f 100644
--- a/docs/document/content/features/scaling/_index.en.md
+++ b/docs/document/content/features/scaling/_index.en.md
@@ -22,7 +22,7 @@ Finally, scaling should not affect the existing data. How to ensure the availabi
 
 ShardingSphere-Scaling is a common solution for migrating or scaling data.
 
-![Overview](https://shardingsphere.apache.org/document/current/img/scaling/overview.en.png)
+![Overview](https://shardingsphere.apache.org/document/current/img/scaling/overview_v2.png)
 
 ## Goal
 
diff --git a/docs/document/content/reference/scaling/_index.cn.md b/docs/document/content/reference/scaling/_index.cn.md
index 9c5c0540f71..70e3af274af 100644
--- a/docs/document/content/reference/scaling/_index.cn.md
+++ b/docs/document/content/reference/scaling/_index.cn.md
@@ -8,7 +8,7 @@ weight = 4
 
 考虑到 Apache ShardingSphere 的弹性伸缩模块的几个挑战,目前的弹性伸缩解决方案为:临时地使用两个数据库集群,伸缩完成后切换的方式实现。
 
-![伸缩总揽](https://shardingsphere.apache.org/document/current/img/scaling/scaling-principle-overview.cn.png)
+![伸缩总揽](https://shardingsphere.apache.org/document/current/img/scaling/principle_v2.png)
 
 这种实现方式有以下优点:
 
diff --git a/docs/document/content/reference/scaling/_index.en.md b/docs/document/content/reference/scaling/_index.en.md
index 8b2bea92ab7..35e39278f66 100644
--- a/docs/document/content/reference/scaling/_index.en.md
+++ b/docs/document/content/reference/scaling/_index.en.md
@@ -8,7 +8,7 @@ weight = 4
 
 Consider about these challenges of ShardingSphere-Scaling, the solution is: Use two database clusters temporarily, and switch after the scaling is completed.
 
-![Scaling Principle Overview](https://shardingsphere.apache.org/document/current/img/scaling/scaling-principle-overview.en.png)
+![Scaling Principle Overview](https://shardingsphere.apache.org/document/current/img/scaling/principle_v2.png)
 
 Advantages:
 
diff --git a/docs/document/static/img/scaling/overview_v2.png b/docs/document/static/img/scaling/overview_v2.png
new file mode 100644
index 00000000000..2b01fc65501
Binary files /dev/null and b/docs/document/static/img/scaling/overview_v2.png differ
diff --git a/docs/document/static/img/scaling/principle_v2.png b/docs/document/static/img/scaling/principle_v2.png
new file mode 100644
index 00000000000..fae19fa8c72
Binary files /dev/null and b/docs/document/static/img/scaling/principle_v2.png differ
diff --git a/docs/document/static/img/scaling/scaling-principle-overview.cn.png b/docs/document/static/img/scaling/scaling-principle-overview.cn.png
deleted file mode 100644
index 425faa35cab..00000000000
Binary files a/docs/document/static/img/scaling/scaling-principle-overview.cn.png and /dev/null differ
diff --git a/docs/document/static/img/scaling/scaling-principle-overview.en.png b/docs/document/static/img/scaling/scaling-principle-overview.en.png
deleted file mode 100644
index b3cca943bc6..00000000000
Binary files a/docs/document/static/img/scaling/scaling-principle-overview.en.png and /dev/null differ