Random IO

Data is scatter, non sequential that we need to keep performing disk seeks to read and write the data

FeatureSequential I/ORandom I/O
PatternReading a book page by page.Flipping through a book for specific words.
MovementThe disk head stays mostly still.The disk head "seeks" (jumps) constantly.
Speed (HDD)Fast (High throughput).Very Slow (High latency).
Best ForWatching a movie, copying a large zip file.Running an OS, databases, many small files.