You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/08/25 03:45:14 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new issue #11994: Plan to support `information_schema`

RaigorJiang opened a new issue #11994:
URL: https://github.com/apache/shardingsphere/issues/11994


   Hi community,
   
   We are working on a plan for ShardingSphere-Proxy to support queries on `information_schema` to resolve some remaining issues. At the same time, this work can also solve the problem that some SQL clients cannot connect to the Proxy.
   
   Since this is an important and complex feature, we need to implement it step by step.
   
   > _Notice: Some tables or columns are not applicable in distributed scenarios and will not be fully supported._ 
   
   First, we will start with `MySQL`.
   
   If you have more related questions or suggestions, please comment in this issue.
   
   
   #### Related issues:
   - #6693
   - #11992
   - #3572
   
   
   #### Sample SQLs:
   
   - SELECT SCHEMA_NAME, DEFAULT_CHARACTER_SET_NAME, DEFAULT_COLLATION_NAME FROM information_schema.SCHEMATA
   - SELECT COUNT(*) AS support_ndb FROM information_schema.ENGINES WHERE Engine = 'ndbcluster'
   - select * from information_schema.columns where table_schema = 'sharding_db';
   
   #### Supported:
   - none
   
   


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



[GitHub] [shardingsphere] lanchengx commented on issue #11994: Plan to support `information_schema`

Posted by GitBox <gi...@apache.org>.
lanchengx commented on issue #11994:
URL: https://github.com/apache/shardingsphere/issues/11994#issuecomment-984446212


   🥷


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