Y
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
slotrans
823 days ago
Two semantically equivalent SQL statements can plan differently...
link
rrrrrrrrrrrryan
823 days ago
The exact same SQL statement can plan differently if table statistics change.
link
hobs
823 days ago
Absolutely and for this case a different plan mattered.
link