Announcement
Collapse
No announcement yet.
Benchmarks Of ZFS-FUSE On Linux Against EXT4, Btrfs
Collapse
X
-
Originally posted by andrnils View PostSo say that the rsnapshot takes 30 minutes to run, does it guarantee that the last file to be transfered hasn't been altered?
Comment
-
Originally posted by andrnils View PostWhile interesting to see how the different FSes performs, there is so much more to it than speed, imho.
Like the fact that ext4 will loose your data ( it has done, no one will trust it for another 5 years ). And btrfs is still a bit raw, but has potential. Still needs a few years worth of enterprise usage to be considered trustworthy.
It's amazing that linux has so many filesystems to choose from, but not one really good choise
How about this test for a more "real world" example:
Given /some/dir to be backed up at regular intervals, how much work is involved to do that for the different FSes? To spicy things up, the backup has to be of the state of that dir at exactly 1pm.
and this way protects you also from the screw ups of the filesystem itself.
Comment
-
Originally posted by RealNC View PostBecause they don't have FUSE implementations.
Learned something new.
Comment
-
Michael, thanks for the tests. While I still don't think these are really "benchmarks", they certainly provide interesting real-world data, which is what we want, after all. Very good job overall; it must have taken significant effort to get these tests to run as well as they did.
I'll echo others' concerns that the tests are still being run on a single disk configuration, meaning that it is probably not informative for those who are seriously considering btrfs or zfs for server use. But for desktop users, these tests are indeed meaningful.
I like seeing ext4 being the performance leader almost always, and this is a good justification for using it on desktops. The filesystem-related data loss rates on ext4 are down low enough these days on 2.6.34+ that most desktop users can use it and get the performance benefit. Hopefully said desktop users don't keep any really important data on their computer without backing it up somewhere, like their email or a thumb drive -- 95%+ of desktop computers don't run a redundant RAID array, so that means you are always vulnerable to hardware failure, let alone software failure. So backup backup backup, etc., and then use your awesome ext4 performance to get your work done.
I do wish ext4 were COW and supported snapshots, but I have a feeling that would also kill some of the places where its performance excels. You can't have it all. Or, who knows, maybe Ted will come out with ext5 that combines all the advantages of ext4 with COW and snapshotting....
Comment
Comment