Enhancement request: ctrl-up in explain plan window

Quite often I'm working on complex queries trying to get a better query plan. If the changes made do not lead up to a better query plan, you'll have to undo the changes manually.

Having key-up/down work in the explain plan window would save quite a bit of time.
 
How about F5 generating an explain plan tab in the SQL window, just like output and statistics? That would leave the CTRL up-down functionality in tact, and possibly allow the Explain Plan tab display to be in sync with the arrows, thus keeping a history of the explain plans in sync with the SQL history and the SQL currently displayed?

That way the EP window type can become one less window type we need to keep track of.

I would love that, as I rarely use the EP window out of concert with the SQL window, other than to keep multiple version like you guys are talking about.
 
Back
Top