terrymanu opened a new issue #4786: Use multiple threads to load meta data for different data sources URL: https://github.com/apache/incubator-shardingsphere/issues/4786 The current meta data loading process are using single thread, it is better to load them concurrency with different data sources. The code is in class `org.apache.shardingsphere.core.metadata.ShardingMetaDataLoader`, please search `// TODO use multiple threads to load meta data for different data sources` to find check point.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
