dedup across different datasets with different recordsizes #15286
Answered
by
amotin
christianmerges
asked this question in
Q&A
-
Hello, as far as i understood. Dedup is happening at pool level. When i create a dataset with a different recordsize. I assume that this data is not deduped against the other files in the pool, because the dedup table is created by generating a checksum of each block? Just wanted to double check on that. |
Beta Was this translation helpful? Give feedback.
Answered by
amotin
Sep 17, 2023
Replies: 1 comment
-
Right. Dedup may still happen for files smaller than the smallest recordsize (and so having only one block), but otherwise each dataset with different recordsize will be on its own. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
christianmerges
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right. Dedup may still happen for files smaller than the smallest recordsize (and so having only one block), but otherwise each dataset with different recordsize will be on its own.