dalibo / pev2

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

Link to the lines of the node into the RAW plan #387

Open Krysztophe opened 3 years ago

Krysztophe commented 3 years ago

I often want to look at the original lines in the RAW plan (to check, or to copy into a report) In a big plan, this is painful and prone to error.

I'd like to click a property or an an icon in the node, and go directly into the Raw pane to the line.

Alternatives:

Krysztophe commented 1 year ago

And I would have loved the REVERSE too in this case : https://explain.dalibo.com/plan/d09db5ec63226733

In other words: I need a way to go directly from the node to the RAW lines, and a way to go from the RAW to the node in the plan.

gleu commented 1 year ago

I have the same need. I usually need to see the raw plan usually from the minimap.

It happens usually like this: I look at the minimap and search for the plan node that takes most of the time, and I'd like to get details on it. I have to look at the raw map to get these details (in a way that I understand them), but it's not easy in a big (rather huge :) ) plan. So a link would be really appreciated (what I do right now is search for an object name, usually the index, table, or column).