On 2012-07-10 11:34, Fajar A. Nugraha wrote:

compression = possibly less data  to write (depending on the data) =
possibly faster writes

Some data is not compressible (e.g. mpeg4 movies), so in that case you
won't see any improvements.

Thanks for your answer Fajar.

As I said in my initial mail, those zones are mainly only writing some Glassfish logs. Since they all are text files, I guess I can save a lot of space using compression. Hopefully I can even improve the performance. Can I?

However. What's the difference using

zfs set compression=on opt/zones/whatever_zone

or

zfs set compression=gzip-6 opt/zones/whatever_zone

or

zfs set compression=gzip-9 opt/zones/whatever_zone


TIA.


--
I will face my fear. I will permit it to pass over me and through me.
And when it has gone past I will turn the inner eye to see its path.
Where the fear has gone there will be nothing. Only I will remain.
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to