ZFS: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(Created page with "These are some standard zpool names that I use and what they names indicate. * data: spinning rust, dedup w/ zstd * best: usually SSD stripe, usually no dedup, no compression...")
 
No edit summary
Line 2: Line 2:


* data: spinning rust, dedup w/ zstd
* data: spinning rust, dedup w/ zstd
* best: usually SSD stripe, 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
* 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:48, 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
  • slow: spinning rust, dedup w/ zstd
  • temp: for temp data, probably spinning rust, maybe dedup w/ zstd