This is an automated email from the ASF dual-hosted git repository.
tuichenchuxin 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 cee9c61708f Update readwrite-splitting.cn.md (#19203)
cee9c61708f is described below
commit cee9c61708fa7a53391f5f8ff283318d7a7cf9eb
Author: Mike0601 <[email protected]>
AuthorDate: Fri Jul 15 14:33:07 2022 +0800
Update readwrite-splitting.cn.md (#19203)
---
docs/document/content/dev-manual/readwrite-splitting.cn.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/document/content/dev-manual/readwrite-splitting.cn.md
b/docs/document/content/dev-manual/readwrite-splitting.cn.md
index 4ba7d56cee3..da57d0f67c6 100644
--- a/docs/document/content/dev-manual/readwrite-splitting.cn.md
+++ b/docs/document/content/dev-manual/readwrite-splitting.cn.md
@@ -7,7 +7,6 @@ chapter = true
## SPI 接口
-## ReadQueryLoadBalanceAlgorithm
| *SPI 名称* | *详细说明* |
| ----------------------------------------- | ----------------------- |
@@ -15,7 +14,7 @@ chapter = true
## 示例
-## ReadQueryLoadBalanceAlgorithm
+### ReadQueryLoadBalanceAlgorithm
| *已知实现类* | *详细说明*
|
|-----------------------------------------------------|----------------------------------------------------|
@@ -28,4 +27,4 @@ chapter = true
| FixedReplicaRandomReadQueryLoadBalanceAlgorithm |
显示开启事务,读请求采用随机策略路由到一个固定读库;不开事务,每次读流量使用指定算法路由到不同的读库 |
| FixedReplicaRoundRobinReadQueryLoadBalanceAlgorithm |
显示开启事务,读请求采用轮询策略路由到一个固定读库;不开事务,每次读流量使用指定算法路由到不同的读库 |
| FixedReplicaWeightReadQueryLoadBalanceAlgorithm |
显示开启事务,读请求采用权重策略路由到多个读库;不开事务,每次读流量使用指定算法路由到不同的读库 |
-| FixedPrimaryReadQueryLoadBalanceAlgorithm | 读请求全部路由到主库
|
\ No newline at end of file
+| FixedPrimaryReadQueryLoadBalanceAlgorithm | 读请求全部路由到主库
|