Ramdisks and hard drives as cache devices
Ramdisks and hard drives as cache devices
Posted Jul 8, 2010 14:20 UTC (Thu) by butlerm (subscriber, #13312)In reply to: Ramdisks and hard drives as cache devices by wstearns
Parent article: Bcache: Caching beyond just RAM
"In a sense you're overriding the cache strategy by devoting the ramdisk's memory to caching one or more performance critical filesystems."
I imagine that Bcache caches O_DIRECT reads and writes, which could give a caching advantage even where an application has elected to bypass the ordinary buffer cache.
Bcache seems ideal for use in NFS servers, and iSCSI and FCoE targets. NFS servers are supposed to do synchronous writes, right? (Reliable, crash resistant) write behind caching would be outstanding.
