Quote Originally Posted by samsc
The headline rates only work when you are reading large continuous files.
incidentally this is a huge problem with the design of virtual memory systems.
virtual memory pages can be small only 4k in size, and these are scattered around the disc.
so the system might only be able to read in 100 pages in one second.
so the virtual memory transfer rate is only 400k/second.