You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version: shardingsphere-jdbc-5.5.2
we have about 4500 tables in our database. and the rule configuration is as below. there are no other rules except the SINGLE one. The initialization latency is about 4 minutes.
I analyzed the initialization procedure and found it is blocked in org.apache.shardingsphere.mode.metadata.persist.service.metadata.table.TableMetaDataPersistService::persist.
Can we optimize the persist method by parallel execution.
The text was updated successfully, but these errors were encountered:
version: shardingsphere-jdbc-5.5.2
we have about 4500 tables in our database. and the rule configuration is as below. there are no other rules except the SINGLE one. The initialization latency is about 4 minutes.
I analyzed the initialization procedure and found it is blocked in
org.apache.shardingsphere.mode.metadata.persist.service.metadata.table.TableMetaDataPersistService::persist
.Can we optimize the
persist
method by parallel execution.The text was updated successfully, but these errors were encountered: