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 1aaedc056f6d37637731d47e4f95f057c66c3875..c277b45c930b334c930116c973faea261bb3148c 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 @@ -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 | ### 数据治理 diff --git a/document/current/content/manual/sharding-jdbc/configuration/config-java.en.md b/document/current/content/manual/sharding-jdbc/configuration/config-java.en.md index 4870d2e2d16e1564a2edb14905e7d8d067b5e98d..110fb015c91359559d652048620e32059f2cc615 100644 --- a/document/current/content/manual/sharding-jdbc/configuration/config-java.en.md +++ b/document/current/content/manual/sharding-jdbc/configuration/config-java.en.md @@ -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