Motivating Example
Cost: 1000 + 1000 * 500 I/Os
By no means the worst plan!
Misses several opportunities: selections could have been `pushed’ earlier, no use is made of any available indexes, etc.
Goal of optimization: To find more efficient plans that compute the same answer.
FROM Reserves R, Sailors S