Phoronix comparision of HAMMER, UFS, ZFS, EXT3, EXT4, Btrfs

Bruce Cran bruce at cran.org.uk
Mon Jan 10 13:33:57 UTC 2011


On Mon, 10 Jan 2011 14:12:32 +0100
Ivan Voras <ivoras at freebsd.org> wrote:

> I've also noticed it is bursty - this can be moderated by tuning 
> vfs.zfs.txg.timeout and vfs.zfs.vdev.max_pending. But I think you
> must agree that 210 MB/s on a single drive looks impossible :) I get
> that much in a SAS RAID-10 configuration.

Exactly: since the disk obviously can't write at 210MB/s (115 seems to
be about its maximum) ZFS is buffering the data and then has to spend
time flushing it to disk during which time it can't accept any new IO
requests.

-- 
Bruce Cran


More information about the freebsd-performance mailing list