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
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!
The text was updated successfully, but these errors were encountered:
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 frompgstat
and displayed a list – where in one click you could add theEXPLAIN ANALYZE ...
block at the beginning, rerun the query, and then see the correspondingpev2
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!
The text was updated successfully, but these errors were encountered: