Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send dedup: Track re-assigned chunks when autopruning #115

Open
tasket opened this issue Oct 7, 2022 · 0 comments
Open

Send dedup: Track re-assigned chunks when autopruning #115

tasket opened this issue Oct 7, 2022 · 0 comments
Labels
enhancement New feature or request optimization
Milestone

Comments

@tasket
Copy link
Owner

tasket commented Oct 7, 2022

Currently when autopruning occurs during send -d a removed session's chunks will all be marked 'None' indirectly, regardless of whether they were deleted or moved to another session's index. This is done to maintain integrity but can make deduplication during send less effective.

Enhance merge_sessions() to update in-memory dedup index more accurately at the chunk level instead of at the session level.

@tasket tasket added the enhancement New feature or request label Oct 7, 2022
@tasket tasket added this to the v0.6 milestone Oct 7, 2022
@tasket tasket modified the milestones: v0.6, far future Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization
Projects
None yet
Development

No branches or pull requests

1 participant