dalibo / pev2

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

Dashboard to automatically visualize long-running query plans #595

Open kevinschaich opened 1 year ago

kevinschaich commented 1 year ago

Thank you for the truly excellent tool!

I'm not sure if authors would consider this beyond the scope of pev2 given the embeddable Vue component, however the thing I found myself wanting after submitting a few query plans was a dashboard that automatically monitored recent queries from pgstat and displayed a list – where in one click you could add the EXPLAIN ANALYZE ... block at the beginning, rerun the query, and then see the corresponding pev2 visualization.

pghero does this well and offers a docker container which you can spin up alongside your Postgres container and get a ton of useful information automatically.

Thanks for the consideration!