Bcache: Caching beyond just RAM
Bcache: Caching beyond just RAM
Posted Jul 17, 2010 3:55 UTC (Sat) by bill_mcgonigle (guest, #60249)In reply to: Bcache: Caching beyond just RAM by mwalls
Parent article: Bcache: Caching beyond just RAM
bcache uses a kernel feature that lets it hook in 'from the side'. So, you still mount the regular device. In theory you can insert/pull/insert bcache as much as you want and your apps would be fine to keep on running. I think that makes it ultimately more powerful.
You could even imagine a workload where you have a bazillion disks that receive sporadic heavy access (maybe remote disks where old data isn't useful), and you could have some sort of monitor that would keep a few SSD's busy by inserting them as bcaches on-demand.
