-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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...?)
Metadata
Metadata
Assignees
Labels
No labels