Patrick M. Hausen wrote:
You cannot escape the poor write performance of RAID 5 and
comparable setups with or without hardware. No matter how
much you cache, one time a block must be written to disk.

ZFS RAIDZ works differently: It is based on variable-sized blocks written to the disks based on incoming data stream, grouped into transactions.

This makes it very efficient for clustering multi-threaded random I/O writes together into large physical disk writes.

(The downside is it has to read the entire "stripe" even if you are only reading one byte, in order to calculate and verify the checksum.)


- Andrew
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to