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

check: optimization potential with --verify-data AND --undelete-archives #8517

Closed
ThomasWaldmann opened this issue Nov 2, 2024 · 1 comment
Milestone

Comments

@ThomasWaldmann
Copy link
Member

check --verify-data does a full scan over the repository, just reading and authenticating all objects (but not yet using any of the data it read).

it could check if the chunk is an archive metadata chunk and if so, remember its ID.

undelete-archives would normally do a full scan over the repo also, trying to identify archive metadata chunks - it could use the remembered list from verify_data (if that option was given).

@ThomasWaldmann
Copy link
Member Author

duplicate of #8478.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant