You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...?)
The text was updated successfully, but these errors were encountered:
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...?)
The text was updated successfully, but these errors were encountered: