You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating high-refcount dedup entries for checksums of each record size
is inefficient when the record could be recorded as a hole instead.
Normally, zero-elimination is disabled if compression is not enabled,
but in the dedup case, it is expected that the write will be skipped
anyway, we are just optimizing the way the write is skipped.
Signed-off-by: Allan Jude <[email protected]>
0 commit comments