Hacker News new | ask | show | jobs
by hobs 823 days ago
That's exactly what I have done with diffing SQL in lazy mode - just use a server and diff the AST/plan.
1 comments

Two semantically equivalent SQL statements can plan differently...
The exact same SQL statement can plan differently if table statistics change.
Absolutely and for this case a different plan mattered.