From: ftigeot Date: Sat, 18 Jan 2014 11:15:52 +0000 (+0000) Subject: HAMMER has batch deduplication. X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/a487ea67db7b51a3f9b552e21f21cbcf1d0db338 HAMMER has batch deduplication. --- diff --git a/docs/developer/hammerwishlist/index.mdwn b/docs/developer/hammerwishlist/index.mdwn index b7663d2b..b9bf7ae0 100644 --- a/docs/developer/hammerwishlist/index.mdwn +++ b/docs/developer/hammerwishlist/index.mdwn @@ -1,6 +1,6 @@ HAMMER FS specific wishlist: -* cp doesn't duplicate a file, instead it will reuse the existing ondisk data. +* real-time deduplication: cp doesn't duplicate a file, instead it will reuse the existing ondisk data, which can later be deduplicated by a batch process. * transparent per-PFS compression. This could be performed as a background task. In case a file is compressed, it would be nice if it would be possible to access the compressed data, @@ -13,8 +13,6 @@ HAMMER FS specific wishlist: This could also be performed as a background task. In case multiple copies exists, the filesystem would try one after the other in case of a CRC failure. -* De-duplication of data: Blocks with same content are stored only once. Could also be performed as - a background task. * Clustering