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 5e8537e38b5 Update scaling doc (#17867)
5e8537e38b5 is described below

commit 5e8537e38b5374885fc0faf7251b7c122956c950
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Mon May 23 15:24:08 2022 +0800

    Update scaling doc (#17867)
---
 .../content/user-manual/shardingsphere-proxy/scaling/_index.cn.md       | 2 +-
 .../content/user-manual/shardingsphere-proxy/scaling/_index.en.md       | 2 +-
 .../content/user-manual/shardingsphere-proxy/scaling/usage.cn.md        | 2 --
 .../content/user-manual/shardingsphere-proxy/scaling/usage.en.md        | 2 --
 4 files changed, 2 insertions(+), 6 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/scaling/_index.cn.md 
b/docs/document/content/user-manual/shardingsphere-proxy/scaling/_index.cn.md
index a0370fc736d..0d69aede590 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/scaling/_index.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/scaling/_index.cn.md
@@ -1,6 +1,6 @@
 +++
 title = "Scaling"
-weight = 1
+weight = 5
 +++
 
 ## 简介
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/scaling/_index.en.md 
b/docs/document/content/user-manual/shardingsphere-proxy/scaling/_index.en.md
index 7b48ccc90c7..f75a90dc877 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/scaling/_index.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/scaling/_index.en.md
@@ -1,6 +1,6 @@
 +++
 title = "Scaling"
-weight = 1
+weight = 5
 +++
 
 ## Introduction
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/scaling/usage.cn.md 
b/docs/document/content/user-manual/shardingsphere-proxy/scaling/usage.cn.md
index 0c542f99d41..d422208ac3c 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/scaling/usage.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/scaling/usage.cn.md
@@ -349,8 +349,6 @@ 
TABLE_STRATEGY(TYPE=standard,SHARDING_COLUMN=order_id,SHARDING_ALGORITHM=t_order
 KEY_GENERATE_STRATEGY(COLUMN=order_item_id,TYPE(NAME=snowflake))
 );
 
-CREATE SHARDING BINDING TABLE RULES (t_order,t_order_item);
-
 CREATE SHARDING SCALING RULE scaling_manual2 (
 DATA_CONSISTENCY_CHECKER(TYPE(NAME=CRC32_MATCH))
 );
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/scaling/usage.en.md 
b/docs/document/content/user-manual/shardingsphere-proxy/scaling/usage.en.md
index 57331b11ad9..047f6c9508e 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/scaling/usage.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/scaling/usage.en.md
@@ -351,8 +351,6 @@ 
TABLE_STRATEGY(TYPE=standard,SHARDING_COLUMN=order_id,SHARDING_ALGORITHM=t_order
 KEY_GENERATE_STRATEGY(COLUMN=order_item_id,TYPE(NAME=snowflake))
 );
 
-CREATE SHARDING BINDING TABLE RULES (t_order,t_order_item);
-
 CREATE SHARDING SCALING RULE scaling_manual2 (
 DATA_CONSISTENCY_CHECKER(TYPE(NAME=CRC32_MATCH))
 );

Reply via email to