Bcache: Caching beyond just RAM
Bcache: Caching beyond just RAM
Posted Jul 8, 2010 3:23 UTC (Thu) by koverstreet (✭ supporter ✭, #4296)In reply to: Bcache: Caching beyond just RAM by NightMonkey
Parent article: Bcache: Caching beyond just RAM
Aside from tmpfs not being a block device, yes. I don't know that using hard drives as cache would ever be worthwhile - it's written with the assumption that random reads are fast, if you were to try that you'd want it to try to have it cache decent sized chunks of contiguous data (on cache miss, always read 64 kb or so in at a time). But it would certainly work.
