R
Robert Miles
I doubt that that is true, though. I'd suspect that 4 MB pages
take less than 100 times as long as 4 kB pages to evict and
reload, maybe much less.
I tried to find some measurements online to support this point,
but couldn't quickly find anything relevant.
I'd expect that to depend heavily on the rotation speed of the hard
drive. Eviction and reloading should each take at least an average
of half a rotation, plus however long it takes to read or write that
much data.
The fastest common speed for hard drives for home computers is
7200 RPM, although 10000 RPM is available but not common yet.
Some hard drives have memory caches to help with this if a read
request comes soon enough after a write request for the same data.
Also, SSD drives don't use a rotating disk - they only use a slower
interface to memory chips, and are therefore much faster than hard
drives.