You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2022/11/17 08:09:50 UTC

[shardingsphere] branch master updated: Update sql-federation-type props document (#22233)

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

panjuan 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 69b83608908 Update sql-federation-type props document (#22233)
69b83608908 is described below

commit 69b836089089e6726afab517ad67292f4ffdd036
Author: Zhengqiang Duan <du...@apache.org>
AuthorDate: Thu Nov 17 16:09:32 2022 +0800

    Update sql-federation-type props document (#22233)
---
 .../content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md    | 2 +-
 .../content/user-manual/shardingsphere-proxy/yaml-config/props.en.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
index 16e3d51cfc8..3dea8e6fa0b 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
@@ -23,7 +23,7 @@ Apache ShardingSphere 提供属性配置的方式配置系统级配置。本节
 | proxy-frontend-executor-size (?)    | int      | Proxy 前端 Netty 线程池线程数量,默认值 0 代表使用 Netty 默认值。                                                                                           | 0        | 否      |
 | proxy-backend-executor-suitable (?) | String   | 可选选项:OLAP、OLTP。OLTP 选项可能会减少向客户端写入数据包的时间开销,但如果客户端连接数超过 `proxy-frontend-executor-size`,尤其是执行慢 SQL 时,它可能会增加 SQL 执行的延迟甚至阻塞其他客户端的连接。        | OLAP     | 是      |
 | proxy-frontend-max-connections (?)  | int      | 允许连接 Proxy 的最大客户端数量,默认值 0 代表不限制。                                                                                                       | 0        | 是      |
-| sql-federation-type (?)             | String   | 联邦查询执行器类型,包括:NONE,ORIGINAL,ADVANCED。                                                                                                   | NONE    | 否      |
+| sql-federation-type (?)             | String   | 联邦查询执行器类型,包括:NONE,ORIGINAL,ADVANCED。                                                                                                   | NONE    | 是      |
 | proxy-mysql-default-version (?)     | String   | Proxy 通过配置文件指定 MySQL 的版本号,默认版本:5.7.22。                                                                                                 | 5.7.22   | 否      |
 | proxy-default-port (?)              | String   | Proxy 通过配置文件指定默认端口。                                                                                                                    | 3307     | 否      |
 | proxy-netty-backlog (?)             | int      | Proxy 通过配置文件指定默认netty back_log参数。                                                                                                      | 1024     | 否      |
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
index 9a3e2838730..31a749efcb0 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
@@ -23,7 +23,7 @@ Apache ShardingSphere can configure system-level configuration through property
 | proxy-frontend-executor-size (?)    | int         | The number of threads in the Netty thread pool of front-end Proxy.                                                                                                                                                                                                                                         | 0        | False      |
 | proxy-backend-executor-suitable (?) | String      | Options: OLAP and OLTP. The OLTP option may reduce the time overhead when writing packets to the client,but if the number of client connections exceeds `proxy-frontend-executor-size`,especially with slow SQL, it can cause a longer delay to SQL execution and even block connections to other clients. | OLAP     | True      |
 | proxy-frontend-max-connections (?)  | int         | The maximum number of clients that can be connected to Proxy. The default value of 0 indicates that there's no limit.                                                                                                                                                                                      | 0        | True      |
-| sql-federation-type (?)             | String      | SQL federation executor type, including: NONE, ORIGINAL, ADVANCED.                                                                                                                                                                                                                                         | NONE    | False      |
+| sql-federation-type (?)             | String      | SQL federation executor type, including: NONE, ORIGINAL, ADVANCED.                                                                                                                                                                                                                                         | NONE    | True      |
 | proxy-mysql-default-version (?)     | String      | Proxy specifies the MySQL version through configuration files, and the default verison is 5.7.22.                                                                                                                                                                                                          | 5.7.22   | False      |
 | proxy-default-port (?)              | String      | Proxy specifies the default window through configuration files.                                                                                                                                                                                                                                            | 3307     | False      |
 | proxy-netty-backlog (?)             | int         | Proxy specifies the default netty back_log parameter through configuration files.                                                                                                                                                                                                                          | 1024     | False      |