FreeBSD + ZFS on a production server?

Dan Nelson dnelson at allantgroup.com
Sun Jun 8 23:33:17 UTC 2008


In the last episode (Jun 09), Ivan Voras said:
> Wojciech Puchar wrote:
> > 2) ZFS RAID-z turns your X drives to single drive performance both
> > on read and write. every normal RAID-5 implementation will give you
> > random read speed of X-1 times single drive speed, while slow
> > random write speeds (but still at least half of single drive). but
> > this is advertised as a feature
> 
> Is this because of checksum verification (the need to read all
> components) or something else? Any documentation/references?

RAID-Z stores a single checksum over the whole stripe, instead of
checksumming each disks's section separately, so it has to read from
all disks to validate the stripe.  Only random reads are penalized,
though.

http://blogs.sun.com/roch/entry/when_to_and_not_to

-- 
	Dan Nelson
	dnelson at allantgroup.com


More information about the freebsd-questions mailing list