OS Page Cache
Most disk operations go through the OS API.
Unless you tell it not to, the OS maintains its own filesystem cache.
Most DBMSs use direct I/O (0_DIRECT) to bypass the OS's cache.
Redundant copies of pages
Different eviction policies
Last updated