ZFS ZFS compression recommendations for encrypted files

What compression type do you recommend for a ZFS dataset that will contain files encrypted with PEFS or another encryption method?
Does compression provide any practical benefit in this case, or is it better to disable it entirely?
 
If you have some original files, why not manually try the different compression algorithms? You may find one that does the best (you define what best means) or you may find, they all do nothing.
 
It wouldn't harm anything. ZFS checks whether the block is compressible before doing so. At worse the files will just not be compressed.
 
Back
Top