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

Explain query plan #6

Open
patdx opened this issue Sep 15, 2023 · 0 comments · May be fixed by #7
Open

Explain query plan #6

patdx opened this issue Sep 15, 2023 · 0 comments · May be fixed by #7

Comments

@patdx
Copy link
Owner

patdx commented Sep 15, 2023

Sqlite has an interesting feature called explain query plan:

https://www.sqlite.org/eqp.html

It would be interesting to automatically get the plan and display it visually, either as part of the nested query tool, or a separate tool. This would require bundling sqlite and tracking the structure of the database. (perhaps it could be inferred automatically...?)

patdx added a commit that referenced this issue Oct 26, 2024
@patdx patdx linked a pull request Oct 26, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant