This is an automated email from the ASF dual-hosted git repository.
jianglongtao 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 7399d894514 Fix document reference (#22669)
7399d894514 is described below
commit 7399d8945145be45e6cd2b30689fa1fd11cceee7
Author: ChenJiaHao <[email protected]>
AuthorDate: Mon Dec 5 18:22:29 2022 +0800
Fix document reference (#22669)
---
.../distsql/syntax/rdl/rule-definition/sharding.cn.md | 2 +-
.../distsql/syntax/rdl/rule-definition/sharding.en.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.cn.md
index 1803f0635c2..9fa6f8ccdf2 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.cn.md
@@ -92,7 +92,7 @@ algorithmProperty:
- `auditorAlgorithmType` 指定分片审计策略,请参考
[分片审计](/cn/user-manual/common-config/builtin-algorithm/audit/);
- 重复的 `tableName` 将无法被创建;
- 如需移除 `shardingAlgorithm`,请执行 `DROP SHARDING ALGORITHM`;
-- `strategyType`
指定分片策略,请参考[分片策略](/cn/features/sharding/concept/sharding/#%E5%88%86%E7%89%87%E7%AD%96%E7%95%A5);
+- `strategyType` 指定分片策略,请参考[分片策略](/cn/features/sharding/concept/#分片策略);
- `Sharding Table Rule` 同时支持 `Auto Table` 和 `Table` 两种类型,两者在语法上有所差异,对应配置文件请参考
[数据分片](/cn/user-manual/shardingsphere-jdbc/yaml-config/rules/sharding/) ;
- 执行 `CREATE SHARDING TABLE RULE` 时,将会自动创建新的分片算法,算法命名规则为
`tableName_scope_shardingAlgorithmType`,如 `t_order_database_inline`。
- 执行 `CREATE DEFAULT SHARDING STRATEGY` 时,同样会自动创建新的分片算法,算法命名规则为
`default_scope_shardingAlgorithmType`,如 `default_database_inline`。
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.en.md
index efe2245e342..9e64bc6c45a 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.en.md
@@ -92,7 +92,7 @@ algorithmProperty:
- `auditorAlgorithmType` specifies the sharding audit strategy, please refer
to [Sharding Audit
Algorithm](/cn/user-manual/common-config/builtin-algorithm/audit/);
- Duplicate `tableName` will not be created
- To remove `shardingAlgorithm`, please execute `DROP SHARDING ALGORITHM`
-- `strategyType` specifies the sharding strategy, please refer to[Sharding
Strategy](/en/features/sharding/concept/sharding/#sharding-strategy)
+- `strategyType` specifies the sharding strategy, please refer to[Sharding
Strategy](/en/features/sharding/concept/#sharding-strategy)
- `Sharding Table Rule` supports both `Auto Table` and `Table` at the same
time. The two types are different in syntax. For the corresponding
configuration file, please refer to
[Sharding](/en/user-manual/shardingsphere-jdbc/yaml-config/rules/sharding/)
- executing `CREATE SHARDING TABLE RULE`,a new sharding algorithm will be
created automatically. The algorithm naming rule is
`tableName_scope_shardingAlgorithmType`,such as `t_order_database_inline`
- executing `CREATE DEFAULT SHARDING STRATEGY`,a new sharding algorithm is
also created automatically,The algorithm naming rule is
`default_scope_shardingAlgorithmType`,such as `default_database_inline`