Performance metrics
Transaction & database systems
Number of transactions per second
Focus on seek and rotational latency, not bandwidth
Track caching may be irrelevant (except read-modify-write)
Many little files (e.g., Unix)
Speed of access is key. Cache entire (small) file
Big files
Focus on bandwidth and contiguous allocation
Seek time is secondary concern
Paging support for VM
A combination of both
Track caching is highly relevant – locality of reference