7 ms·
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,
by timewasted 12y 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.
- aidenn0 12y agoI'm pretty sure that ZFS doesn't do block-suballocation, so that scenario is not possible.