liuqiankun93 commented on issue #5755:
URL: https://github.com/apache/shardingsphere/issues/5755#issuecomment-634516596


   > this option can avoid sharding tables metadata loading:
   > 
   > > spring.shardingsphere.check.table.metadata.enabled =false
   
   my version is 4.1.0
   I use jdbc config.The code is
   `Properties properties = new Properties();
           properties.setProperty("check.table.metadata.enabled","false");
           DataSource dataSource = 
ShardingDataSourceFactory.createDataSource(dataSourceMap, 
shardingRuleConfig,properties);`
   
   and the log is
   `16:36:08.105 [main] INFO 
org.apache.shardingsphere.core.log.ConfigurationLogger - Properties:
   check.table.metadata.enabled: 'false'
   
   16:36:08.115 [main] INFO ShardingSphere-metadata - Loading 1 logic tables' 
meta data.
   16:36:08.809 [main] INFO ShardingSphere-metadata - Loading 240 tables' meta 
data.`
   
   the config It doesn't seem to be working
   
   


----------------------------------------------------------------
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]


Reply via email to