Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to compare two plans - feature #16

Open
mgraham-cracker opened this issue Oct 12, 2016 · 1 comment
Open

Ability to compare two plans - feature #16

mgraham-cracker opened this issue Oct 12, 2016 · 1 comment

Comments

@mgraham-cracker
Copy link

mgraham-cracker commented Oct 12, 2016

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.

@JustinPealing
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants