1
vote
What are some references, lessons and or best practices for SQL optimization training.
You need to learn to read the query plan. You need to know how to pseudo-code the inner workings of an inner loop, merge join, and a hash join, amongst others.
Query planning is a black a …
