ZFS: Difference between revisions

From John's wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
* data: spinning rust, dedup w/ zstd
* data: spinning rust, dedup w/ zstd
* best: usually SSD stripe or single drive, usually no dedup, no compression
* best: usually SSD stripe or single drive, usually no dedup, no compression
* fast: usually SSD mirror, usually no dedup, no compression; or dedup w/ lz4
* fast: usually SSD mirror, usually no dedup, no compression; or dedup w/ lz4 for smaller zpools (less than 1TB)
* slow: spinning rust, dedup w/ zstd
* slow: spinning rust, dedup w/ zstd
* temp: for temp data, probably spinning rust, maybe dedup w/ zstd
* temp: for temp data, probably spinning rust, maybe dedup w/ zstd

Revision as of 22:49, 22 May 2023

These are some standard zpool names that I use and what they names indicate.

  • data: spinning rust, dedup w/ zstd
  • best: usually SSD stripe or single drive, usually no dedup, no compression
  • fast: usually SSD mirror, usually no dedup, no compression; or dedup w/ lz4 for smaller zpools (less than 1TB)
  • slow: spinning rust, dedup w/ zstd
  • temp: for temp data, probably spinning rust, maybe dedup w/ zstd