Comment Re:10 - 15% ?! (Score 1) 691
> Though it will cost you 10% to 15% performance penalty
>
> This refers to hard disk access time penalties,
> not an overall 10-15% reduction in the performance
> of your computer. You wouldn't notice the
> difference.
And not even that -- this refers to file system performance. Which means the majority of your hard disk activity (swapping) isn't affected at all. As with virtually all filesystem speed impacts, the scenarios most affected will be those that generate a lot of metadata writes. Most single-user usage patterns aren't impacted. (On the other hand, most single-user usage patterns have the least to benefit from a JFS, but that's only fair. :-)
>
> This refers to hard disk access time penalties,
> not an overall 10-15% reduction in the performance
> of your computer. You wouldn't notice the
> difference.
And not even that -- this refers to file system performance. Which means the majority of your hard disk activity (swapping) isn't affected at all. As with virtually all filesystem speed impacts, the scenarios most affected will be those that generate a lot of metadata writes. Most single-user usage patterns aren't impacted. (On the other hand, most single-user usage patterns have the least to benefit from a JFS, but that's only fair.