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?
 
you will have random data which is basically not compressible. I would suggest no compression or lz4 which is very fast in compression and decompression of data as well as detecting whether data is compressible.
 
Back
Top