Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Data Storage Software Linux

Btrfs Is Not Yet the Performance King 117

Ashmash writes "Benchmarks of the Btrfs filesystem have been published by Phoronix that compare it to the XFS, EXT3, and EXT4 file-systems. In the end they conclude that this next-generation Linux filesystem is not yet the performance king. In a great number of the tests, the EXT4 filesystem that was designed to be an interim step to Btrfs actually performs much better than the unstable Btrfs, albeit Btrfs still has more advanced features. Fedora 11 even took longer to boot when using Btrfs than EXT3 or EXT4."
This discussion has been archived. No new comments can be posted.

Btrfs Is Not Yet the Performance King

Comments Filter:
  • by Hatta ( 162192 ) on Thursday April 30, 2009 @02:47PM (#27776767) Journal

    I don't care which filesystem is fastest. Kcryptd is the bottleneck on my system, so it really doesn't matter how fast the filessytem is. I want to know which filesystem is the most robust. What filesystem is least likely to lose data?

  • How is this news? (Score:4, Insightful)

    by Burkin ( 1534829 ) on Thursday April 30, 2009 @02:55PM (#27776909)
    What is newsworthy in the fact that a less tested and less stable filesystem is slower than filesystems that are more mature, stable and well-tested?
  • by Smidge207 ( 1278042 ) on Thursday April 30, 2009 @02:56PM (#27776925) Journal

    Btrfs is mainly created for the Oracle client that doesn't want to use "raw device". It's to improve performance reading/writing large files with high concurrency. So it have to be fast on concurrent request.

    What should be looked is :
    how mysql perform on BTRFS
    how postgres perform on BTRFS
    how firebird perform on BTRFS

    As there is no magical solution, btrfs is no exception. It's not a general usage FS as is ext (imho). On the desktop, xfs will be the way to go. Performance-wise it's obviously not so great (I do realise that it's still in development and this might change in the future), and the features it delivers are not very interesting as well imho, except maybe for the online defragmentation thingy. But I'm not an enterprise user whis is what this fs aims at I assume.

    Still I appreciate the work. Let's hope it doesn't get axed now that Oracle owns Sun and thus already has ZFS.

    cheers

    =Smidge=

  • by Anonymous Coward on Thursday April 30, 2009 @03:23PM (#27777309)

    With file systems, speed and data integrity are trade-offs.

    Not at all. ZFS is a perfect example. Not only is it faster than any Linux file system, but also far more flexible, reliable and far far less likely to lose your data.

  • by UnknownSoldier ( 67820 ) on Thursday April 30, 2009 @03:26PM (#27777355)

    There is always a trade off between performance, correctness/robustness, and features.

    Pick 2, and don't complain when a 99.99999% guarantee of no data loss is dog slow compared to a filesystem that offers minimal protection against (meta) data loss.

  • by Khashishi ( 775369 ) on Thursday April 30, 2009 @03:30PM (#27777425) Journal

    not sure why phoronix decided to include several test cases which are clearly bottlenecked by something other than the filesystem. Obviously, all 4 filesystems are gonna score the same.

  • try again (Score:1, Insightful)

    by Anonymous Coward on Thursday April 30, 2009 @03:31PM (#27777441)

    with linus ranting against ext4 i expected to find 'ordered' (mount option to make ext4 acceptable) in the f****** article at least once, but didn't.
    so, please guys: do yourself a favour and do the benchmark again! benchmarking ram against platters ain't fair!

  • ZFS? (Score:2, Insightful)

    by javacowboy ( 222023 ) on Thursday April 30, 2009 @03:36PM (#27777491)

    I didn't RTFA but why no mention of ZFS?

  • by vondo ( 303621 ) on Thursday April 30, 2009 @03:45PM (#27777615)

    Because Phoronix does really crappy pointless benchmarks all the time. Occasionally they sucker me into reading them and I always wish I hadn't

  • by onefriedrice ( 1171917 ) on Thursday April 30, 2009 @03:56PM (#27777761)
    I think it's important to keep in mind that it is the GPL that is incompatible with other free licenses, not the other way around.
  • by Nevyn ( 5505 ) * on Thursday April 30, 2009 @04:53PM (#27778699) Homepage Journal

    You're right, Sun had no idea their new license would be incompatible with Linux because they wanted to be compatible instead of doing the slimy thing and trying to make it be a selling point over using Linux, which everyone was doing. Alas. for them RMS and Linus travelled back in time and created/used the GPL just to thwart poor Sun.

  • Re:ZFS? (Score:2, Insightful)

    by pigeon768 ( 589860 ) on Thursday April 30, 2009 @05:10PM (#27779007)

    The short version is that ZFS isn't available for linux, and this is a linux FS benchmark on a linux specific site.

    You could run the same benchmark on OpenSolaris vs Linux on the same hardware, but this wouldn't be particularly meaningful: different storage stack, vfs, etc. Even if the benchmark convinced someone that ZFS is better, they couldn't switch to it, because again, there is no linux port.

    You could benchmark the userspace ZFS on Fuse driver, but this is meaningless because the Fuse ZFS implementation is useless (slow + unstable) and everyone knows it.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...