Skip to content

Consider using views for some information schema tables #185

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

Open
JanJakes opened this issue Jun 2, 2025 · 0 comments
Open

Consider using views for some information schema tables #185

JanJakes opened this issue Jun 2, 2025 · 0 comments

Comments

@JanJakes
Copy link
Collaborator

JanJakes commented Jun 2, 2025

From MySQL 8, all the information schema tables are views on fewer virtual and invisible system tables under the mysql database (mysql.tables, etc.), which hints that maybe we could store this info in fewer more universal tables, and then just create views, which could also read some info from other tables like sqlite_master, and other ones.

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

No branches or pull requests

1 participant