RaigorJiang commented on issue #29695: URL: https://github.com/apache/shardingsphere/issues/29695#issuecomment-1886272017
@About-Gleaning If a table does not have any rules, ShardingSphere will not load it into metadata. The purpose of this is to solve the problem of slow loading when there are too many irrelevant tables in the DB. If all single tables need to be loaded, you can use `*.*` https://shardingsphere.apache.org/document/current/en/features/sharding/concept/#single-table https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/yaml-config/rules/single/ -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
