-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dedup-tool: add sampling mode to crawling
The shallow mode aims runtime deduplication with lower overhead. It tries deduplication with sampled few objects in base-pool, and only deduplicates objects or chunks which are highly duplicated among samples. The deep mode crawls all object and deduplicates them. It is sutible for background deduplication which targets to find all duplication even with high overhead. The option "sampling-ratio" is used for controling the ratio of the objects to be picked.
- Loading branch information
Showing
1 changed file
with
68 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters