You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "qiujm1996 (via GitHub)" <gi...@apache.org> on 2023/02/23 08:23:48 UTC

[GitHub] [shardingsphere] qiujm1996 opened a new issue, #24314: show tables &&show table status,What is the difference between the two SQL execution processes?

qiujm1996 opened a new issue, #24314:
URL: https://github.com/apache/shardingsphere/issues/24314

   ## Question
   
   **For English only**, other languages will not accept.
   
   Before asking a question, make sure you have:
   
   - Googled your question.
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   version:sharding-proxy 5.2.0
   when I execute "show tables",Sharing-proxy shows me the table I have configured in schemas.
   when I execute "show table status",Sharing-proxy shows me the table of all data sources.
   
   So I would like to ask how they differ in the execution process of implementation


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] FlyingZC commented on issue #24314: show tables &&show table status,What is the difference between the two SQL execution processes?

Posted by "FlyingZC (via GitHub)" <gi...@apache.org>.
FlyingZC commented on issue #24314:
URL: https://github.com/apache/shardingsphere/issues/24314#issuecomment-1445675497

   `show tables` query shardingsphere's own metadata, `show table status` query the first storage node and merge result.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org