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

use chunks.archive.d for borg info repo::archive? #3128

Closed
ThomasWaldmann opened this issue Oct 10, 2017 · 5 comments · Fixed by #8332
Closed

use chunks.archive.d for borg info repo::archive? #3128

ThomasWaldmann opened this issue Oct 10, 2017 · 5 comments · Fixed by #8332
Labels
Milestone

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Oct 10, 2017

check if we can speed up using the single-archive hashindex cached there.

note: for my own ~500GB repo and a ~130GB archive, borg info repo::archive took ~6 minutes.

@enkore
Copy link
Contributor

enkore commented Oct 11, 2017

This was actually already implemented once in #2764

@ThomasWaldmann
Copy link
Member Author

Ah, right, we wanted to cherry-pick that part from there... - can you do it?

@enkore
Copy link
Contributor

enkore commented Oct 11, 2017

It heavily depended on the whole patch.

@ThomasWaldmann
Copy link
Member Author

part of this was re-implemented in #4391.

the remaining slow path is for computing the unique_csize (and fetching / building an archive index from remote for this).

@ThomasWaldmann
Copy link
Member Author

ThomasWaldmann commented Jun 26, 2022

i removed all the csize stuff. the unique size computation is still expensive.

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

Successfully merging a pull request may close this issue.

2 participants