dalibo / pev2

Postgres Explain Visualizer 2
https://explain.dalibo.com
PostgreSQL License
2.49k stars 119 forks source link

Query optimization hints #636

Open piradata opened 4 months ago

piradata commented 4 months ago

Could we also add on the tool hints about how to optimize the queries?

Like missing index that can change an seq scan to index scan and some things like that, would be really useful :)