|
|
|
|
|
by rzzzt
3957 days ago
|
|
A buffer cache in write-back mode would do this, but DBMSs are usually very strict when it comes to waiting for data to hit long-term storage. Most of the implementations access the disk directly, bypassing such mechanisms in the process. http://www.tldp.org/LDP/sag/html/buffer-cache.html |
|