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

chengzhang 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 134ed61c1f4 Update document for sharding autoTable config (#26662)
134ed61c1f4 is described below

commit 134ed61c1f4876a63ef835d8f51b0757043273e1
Author: Zhengqiang Duan <duanzhengqi...@apache.org>
AuthorDate: Wed Jun 28 18:05:42 2023 +0800

    Update document for sharding autoTable config (#26662)
---
 .../content/user-manual/common-config/builtin-algorithm/sharding.cn.md  | 1 +
 .../content/user-manual/common-config/builtin-algorithm/sharding.en.md  | 2 ++
 2 files changed, 3 insertions(+)

diff --git 
a/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.cn.md
 
b/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.cn.md
index 15d0a1b219b..21ee4e5c5cd 100644
--- 
a/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.cn.md
+++ 
b/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.cn.md
@@ -6,6 +6,7 @@ weight = 2
 ## 背景信息
 
 ShardingSphere 内置提供了多种分片算法,按照类型可以划分为自动分片算法、标准分片算法、复合分片算法和 Hint 
分片算法,能够满足用户绝大多数业务场景的需要。此外,考虑到业务场景的复杂性,内置算法也提供了自定义分片算法的方式,用户可以通过编写 Java 
代码来完成复杂的分片逻辑。
+需要注意的是,自动分片算法的分片逻辑由 ShardingSphere 自动管理,需要通过配置 autoTables 分片规则进行使用。
 
 ## 参数解释
 
diff --git 
a/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.en.md
 
b/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.en.md
index 0c00c95465f..e1c8901fa81 100644
--- 
a/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.en.md
+++ 
b/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.en.md
@@ -9,6 +9,8 @@ ShardingSphere built-in algorithms provide a variety of 
sharding algorithms, whi
 
 Additionally, considering the complexity of business scenarios, the built-in 
algorithm also provides a way to customize the sharding algorithm. Users can 
complete complex sharding logic by writing java code.
 
+It should be noted that the sharding logic of the automatic sharding algorithm 
is automatically managed by ShardingSphere and needs to be used by configuring 
the autoTables sharding rules.
+
 ## Parameters
 
 ### Auto Sharding Algorithm

Reply via email to