Linked by Thom Holwerda on Tue 10th Jun 2008 13:06 UTC, submitted by sharkscott
Thread beginning with comment 318021
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: and the winner is ?
by panzi on Tue 10th Jun 2008 15:40
in reply to "RE: and the winner is ?"
RE[2]: and the winner is ?
by raver31 on Tue 10th Jun 2008 18:27
in reply to "RE: and the winner is ?"
RE[3]: and the winner is ?
by segedunum on Tue 10th Jun 2008 22:04
in reply to "RE[2]: and the winner is ?"
I rarely trust anyones benchmarks. I prefer real world testing.
So how can we verify that daft 'test' that you've done above and reproduce whatever it is that you've actually found? The noatime option you can add for just about any filesystem, so what you've got there means very little, if anything. All it does is eliminate the update of when a file was last accessed (sometimes necessary), which is a huge speed improvement, but I note that you haven't done that for the other filesystems you've bitched about. relatime is probably a safer option, but squashing the atime problem on any filesystem is the biggest thing you can do to boost performance, even over file stripe aligning.
If you think you're describing real world testing then I shudder. I really do.
Edited 2008-06-10 22:23 UTC
RE[2]: and the winner is ?
by glarepate on Tue 10th Jun 2008 19:42
in reply to "RE: and the winner is ?"
As you noted ext2 lacks a journal. But, ext3 is the same ext2 filesystem with a journal (it's an mke2fs formatting switch, -j). I have had the data cables connecting my drives to my RAID card come loose at least 3 times and been able to re-attach them and come back up with no [detectable] errors or side-effects. I was surprised by this since the cables came loose during heavy data transfer and not after a 5 to 30 second quiet period where a disk write could save my bacon.







Member since:
2006-01-22
How did you measure the performance of your system? Is it just the felt speed? I read a benchmark once which stated that JFS is the fastest Linux filesystem. Even faster than ext2 (and jfs *does* have a journal, ext2 don't). I think this benchmark was linked here on osnews somewhere, but I don't have the link at hand.