- Tradeoff in physical block size (see Fig. 1)
- Sequential Access; The larger the block size, the fewer I/O operation required
- Random Access
- The larger the block size, the more unrelated data loaded.
- Spatial locality of access improves the situation.
- Choosing the an appropriate block size is a compromise
2004-05-22