sharding-jdbc 5.1.2 startup very slow
See original GitHub issuesharding-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…
Issue Analytics
- State:
- Created a year ago
- Comments:19 (11 by maintainers)
Top Results From Across the Web
Apache ShardingSphere document
ShardingSphere‐JDBC defines itself as a lightweight Java framework that provides extra services at the. Java JDBC layer.
Read more >Apache ShardingSphere & Energy Monster - SphereEx
Within the ShardingSphere ecosystem, ShardingSphere-JDBC is positioned as a ... With a large number of tables, the loading process would be slow.
Read more >How to Use ShardingSphere-Proxy in Real Scenarios—Your ...
There are many scenarios where ShardingSphere-JDBC is used for data sharding. ... By doing so, ShardingSphere-Proxy will reload the metadata after startup.
Read more >49 Overview of Oracle Sharding - Database
Sharded database (SDB) – a single logical Oracle Database that is horizontally partitioned across a pool of physical Oracle Databases (shards) that share...
Read more >Spring AMQP
You may wish to use this mode with the RabbitMQ Sharding Plugin with CacheMode. ... This is best illustrated with a simple Spring...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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/
🎃🎃