diff --git a/document/current/content/manual/sharding-jdbc/configuration/config-java.cn.md b/document/current/content/manual/sharding-jdbc/configuration/config-java.cn.md index 04e22914b6e7bc9515c4ee3f4cf311d618de8c3b..1aaedc056f6d37637731d47e4f95f057c66c3875 100644 --- a/document/current/content/manual/sharding-jdbc/configuration/config-java.cn.md +++ b/document/current/content/manual/sharding-jdbc/configuration/config-java.cn.md @@ -216,10 +216,12 @@ ShardingStrategyConfiguration的实现类,用于配置不分片的策略。 属性配置项,可以为以下属性。 -| *名称* | *数据类型* | *说明* | -| ----------------- | --------- | --------------------------- | -| sql.show (?) | boolean | 是否开启SQL显示,默认值: false | -| executor.size (?) | int | 工作线程数量,默认值: CPU核数 | +| *名称* | *数据类型* | *说明* | +| ----------------------------------| --------- | -------------------------------------------------| +| sql.show (?) | boolean | 是否开启SQL显示,默认值: false | +| executor.size (?) | int | 工作线程数量,默认值: CPU核数 | +| max.connections.size.per.query (?)| int | 每个物理数据库为每次查询分配的最大连接数量。默认值: 1 | +| check.table.metadata.enabled (?) | boolean | 是否在启动时检查分表元数据一致性,默认值: true | #### configMap @@ -257,11 +259,12 @@ ShardingStrategyConfiguration的实现类,用于配置不分片的策略。 属性配置项,可以为以下属性。 -| *名称* | *数据类型* | *说明* | +| *名称* | *数据类型* | *说明* | | ---------------------------------- | --------- | ------------------------------------------------- | | sql.show (?) | boolean | 是否打印SQL解析和改写日志,默认值: false | -| executor.size (?) | int | 用于SQL执行的工作线程数量,为零则表示无限制。默认值: 0 | +| executor.size (?) | int | 用于SQL执行的工作线程数量,为零则表示无限制。默认值: 0 | | max.connections.size.per.query (?) | int | 每个物理数据库为每次查询分配的最大连接数量。默认值: 1 | +| check.table.metadata.enabled (?) | boolean | 是否在启动时检查分表元数据一致性,默认值: true | ### 数据治理