提交 c6221f7a 编写于 作者: T tristaZero

modify config-java.en.md

上级 58955f2a
......@@ -221,7 +221,7 @@ ShardingStrategyConfiguration的实现类,用于配置不分片的策略。
| sql.show (?) | boolean | 是否开启SQL显示,默认值: false |
| executor.size (?) | int | 工作线程数量,默认值: CPU核数 |
| max.connections.size.per.query (?)| int | 每个物理数据库为每次查询分配的最大连接数量。默认值: 1 |
| check.table.metadata.enabled (?) | boolean | 是否在启动时检查分表元数据一致性,默认值: true |
| check.table.metadata.enabled (?) | boolean | 是否在启动时检查分表元数据一致性,默认值: false |
#### configMap
......@@ -264,7 +264,7 @@ ShardingStrategyConfiguration的实现类,用于配置不分片的策略。
| sql.show (?) | boolean | 是否打印SQL解析和改写日志,默认值: false |
| executor.size (?) | int | 用于SQL执行的工作线程数量,为零则表示无限制。默认值: 0 |
| max.connections.size.per.query (?) | int | 每个物理数据库为每次查询分配的最大连接数量。默认值: 1 |
| check.table.metadata.enabled (?) | boolean | 是否在启动时检查分表元数据一致性,默认值: true |
| check.table.metadata.enabled (?) | boolean | 是否在启动时检查分表元数据一致性,默认值: false |
### 数据治理
......
......@@ -215,7 +215,7 @@ Enumeration of properties.
| sql.show (?) | boolean | Print SQL parse and rewrite log, default value: false |
| executor.size (?) | int | The number of SQL execution threads, zero means no limit. default value: 0 |
| max.connections.size.per.query (?) | int | Max connection size for every query to every actual database. default value: 1 |
| check.table.metadata.enabled (?) | boolean | Check the metadata consistency of all the tables, default value : true |
| check.table.metadata.enabled (?) | boolean | Check the metadata consistency of all the tables, default value : false |
#### configMap
......@@ -254,7 +254,7 @@ Enumeration of properties.
| sql.show (?) | boolean | To show SQLS or not, default value: false |
| executor.size (?) | int | The number of working threads, default value: CPU count |
| max.connections.size.per.query (?) | int | Max connection size for every query to every actual database. default value: 1 |
| check.table.metadata.enabled (?) | boolean | Check the metadata consistency of all the tables, default value : true |
| check.table.metadata.enabled (?) | boolean | Check the metadata consistency of all the tables, default value : false |
### Orchestration
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册