Hacker News new | ask | show | jobs
by timewasted 4226 days ago
In addition to the memory requirements, I seem to recall that it works at the block level, as opposed to the file level. So you could have two of the same file, but maybe one copy is written at the start of a block and one is written in the middle of a block. Same file, different blocks, so no deduplication.
1 comments

I'm pretty sure that ZFS doesn't do block-suballocation, so that scenario is not possible.