wsm12138 opened a new issue, #20630: URL: https://github.com/apache/shardingsphere/issues/20630
## Feature Request ### Is your feature request related to a problem? No ### Describe the feature you would like. Now `DistSQL` only support refresh table metadata in some logic database. When user create table in actual DB,we must execute `refresh table metadata *` in every logic database. It's really difficult,when i have thousands of logic database need to refresh. If we can provide a DistSQL like `REFRESH GlOBAL TABLE METADATA;`,then we will bring a better experience. <img width="1621" alt="image" src="https://user-images.githubusercontent.com/86462784/187155243-3615d501-8a68-4d6d-9e35-600106338b50.png"> https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/ -- 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]
