ZFS Gets Deduplication

ZFS has received built-in deduplication. “Deduplication is the process of eliminating duplicate copies of data. Dedup is generally either file-level, block-level, or byte-level. Chunks of data – files, blocks, or byte ranges – are checksummed using some hash function that uniquely identifies data with very high probability. Chunks of data are remembered in a table of some sort that maps the data’s checksum to its storage location and reference count. When you store another copy of existing data, instead of allocating new space on disk, the dedup code just increments the reference count on the existing data. When data is highly replicated, which is typical of backup servers, virtual machine images, and source code repositories, deduplication can reduce space consumption not just by percentages, but by multiples.”

20 Comments

  1. 2009-11-02 11:48 pm
    • 2009-11-03 12:45 am
  2. 2009-11-03 2:37 am
    • 2009-11-03 10:36 am
    • 2009-11-03 4:18 pm
  3. 2009-11-03 6:13 am
    • 2009-11-03 6:35 am
    • 2009-11-03 8:07 am
    • 2009-11-03 10:53 am
      • 2009-11-03 2:15 pm
        • 2009-11-03 2:31 pm
          • 2009-11-03 2:35 pm
          • 2009-11-04 8:39 am
          • 2009-11-04 12:02 pm
          • 2009-11-04 12:35 pm
  4. 2009-11-03 5:52 pm
  5. 2009-11-03 6:42 pm
    • 2009-11-03 10:39 pm
    • 2009-11-04 12:18 pm
      • 2009-11-04 3:57 pm