Improving ext4: bigalloc, inline data, and metadata checksums
Posted Dec 3, 2011 0:56 UTC (Sat) by
walex (subscriber, #69836)
In reply to:
Improving ext4: bigalloc, inline data, and metadata checksums by tytso
Parent article:
Improving ext4: bigalloc, inline data, and metadata checksums
As to JFS and performance and barriers with XFS and ext4:
- I mentioned JFS as a "general purpose" filesystem, for example desktops, and random servers, in that it should have been the default instead of ext3 (which acquired barriers a bit late).
- Anyhow on production servers I personally regard battery backup as essential, as barriers and/or disabling write caching both can have a huge impact, depending on workload.
- The speed tests I have done and seen and that I trust are with barriers disabled and either batteries or write caching off, and with O_DIRECT (it is very difficult for me to like any file system test without O_DIRECT). I think these are fair conditions.
- Part of the reason why barriers were added to ext3 (and at least initially they had horrible performance) and not JFS is that ext3 was chosen as the default filesystem and thus became community supported and JFS did not.
(
Log in to post comments)