On Wed, 2008-10-22 at 09:46 -0700, Mika Borner wrote:
> If I turn zfs compression on, does the recordsize influence the
> compressratio in anyway?

zfs conceptually chops the data into recordsize chunks, then compresses
each chunk independently, allocating on disk only the space needed to
store each compressed block.

On average, I'd expect to get a better compression ratio with a larger
block size since typical compression algorithms will have more chance to
find redundancy in a larger block of text.

as always your mileage may vary.

                                                - Bill

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to