• 1 Post
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle














  • Yes. The intelligent multi-device-type feature is a huge improvement for any workload that needs more space than what an SSD can affordably provide, even moreso with the reliability of eg RAID1.

    Before that I had to use BTRFS (RAID1) on bcache (not fs) devices, but half of the cache space was being wasted on the redundant copies because the two systems operate independently.







  • I had bcache + btrfs (RAID1) before this but it was a huge waste of space because bcache had to cache two identical copies of the data in order to be effective (since BTRFS and bcache don’t communicate and BTRFS picks from a random disk); that’s half as much cache.

    With Bcachefs everything is integrated so it knows to cache only one copy in RAID1 (and it doesn’t even need to hold two HDD copies, the fast/“cached” copy counts). Data is read from the fastest source and every resource is best utilized.