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


   > you can config this in you yaml.
   > 
   > ```yaml
   > spring.shardingsphere.check.table.metadata.enabled =false
   > ```
   > 
   > if not work,you can update version 4.1.0
   
   i also have this problem.My version is 4.1.0.
   
   `check.table.metadata.enabled (?) | boolean | 是否在启动时检查分表元数据一致性,默认值: false`
   
   The config is default false.But there is no effective.
   
   Then i write this code.it still no effective.
   
   `        Properties properties = new Properties();
           properties.setProperty("check.table.metadata.enabled","false");`
   
   The load methed cost many time because my database have more than 500 tables.
   
   


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