Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan to support information_schema #11994

Closed
RaigorJiang opened this issue Aug 25, 2021 · 2 comments
Closed

Plan to support information_schema #11994

RaigorJiang opened this issue Aug 25, 2021 · 2 comments

Comments

@RaigorJiang
Copy link
Contributor

RaigorJiang commented Aug 25, 2021

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:

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:

@lanchengx
Copy link
Contributor

🥷

@RaigorJiang
Copy link
Contributor Author

Supported by #16234.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants