html-query-plan icon indicating copy to clipboard operation
html-query-plan copied to clipboard

Ability to compare two plans - feature

Open mgraham-cracker opened this issue 8 years ago • 1 comments

I had thoughts of implementing your viewer as part of a code review process. It could be useful to such an implementation if the possibility existed to diff two different sqlplans. Giving a reviewer the ability to validate a plan against a previous plan before approving submission to a pipeline was the thought.

mgraham-cracker avatar Oct 12 '16 16:10 mgraham-cracker

This would be really neat - another use case is comparing a fast and slow query to try and figure out what it is that is making the slow query slower.

It could be tricky to implement - identifying similar / different nodes would be really difficult in XSLT, so a move away from XSLT would probably be a precursor to this.

JustinPealing avatar Oct 12 '16 21:10 JustinPealing