Hacker News new | ask | show | jobs
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

1 comments

right, and this is just one example.