|
|
|
|
|
by zielmicha
2765 days ago
|
|
- fsync on btrfs is extremly slow. The situation has improved in last 3 years, but it is still much slower than ZFS. I just did a simple test and BTFS is 12x slower than ZFS (on my customer SSD, for small writes). - RAID5/6 mode is only experimental in btrfs, while it is really stable in ZFS. - I don't have concrete data for that, but in my experience, BTRFS has high latency (>1 second) even for small file operations when under load. - While that should not be a problem for production systems, I have some crappy hardware where BTRFS oopses or corrupts data, while other filesystems (Ext4, ZFS) work fine. |
|