- Better to stream (or pipeline) the rows, avoid
explicitly forming a set when possible.
- Avoid overheard of forming a set unnecessarily.
- Minimizes time to first row for the entire query.
- This is what you will do in Assignment 6 (more realistic
relational algebra implementation).