shardingsphere: sharding-jdbc 5.1.2 startup very slow
sharding-jdbc : 5.1.2
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
<version>5.1.2</version>
</dependency>
tables : 200+
same config, with version 5.1.0 , application startup very fast
change to version 5.1.2 , application start very slow…
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 19 (11 by maintainers)
I just update the doc to config SQL translator:
https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/java-api/rules/sql-translator/ https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/yaml-config/rules/sql-translator/