Motivation
When data is too large to fit in main memory, then the number of disk accesses becomes important.
A disk access is unbelievably expensive compared to a typical computer instruction (mechanical limitations).
One disk access is worth about 200,000 instructions.
The number of disk accesses will dominate the running time.