ZFS
2023年1月12日 — My most important tuning is to turn on compression on the right datasets, and create datasets fine-graded enough to separate out non-compressible things.
Game
2023年10月6日 — Apparently, an upcoming feature for ZFS is a complete re-imagining of how inline compression will be used.
How does ZFS compression work?
2021年11月18日 — ZFS compression works at the file system (zfs) or logical volume (zvol) level on a record-by-record basis, rather than on an entire zpool.
Default zfs compression
2021年4月20日 — The current default compression algorithm is either lzjb or, if the lz4_compress feature is enabled, lz4. So the default should be lz4.
ZFS Compression
2015年8月7日 — To use a different algorithm, use for example compression=lz4 instead of on. lz4 is likely the best choice now. It has been tested ...
Zstandard Compression in OpenZFS
Originally ZFS supported a small number of compression algorithms: LZJB (an improved Lem- pel–Ziv variant created by Jeff Bonwick, one of the co-creators of ZFS ...
Compressing ZFS File Systems
Compression is the process where data is stored using less disk space. The following compression algorithms are available.
Compressing ZFS File Systems
Compressing ZFS File Systemsgzip - standard UNIX compression.gzip- N - selects a specific gzip level. ... lz4 - provides better compression with lower CPU overhead.lzjb - optimized for performance while providing decent compression.zle - zero length encod