borg icon indicating copy to clipboard operation
borg copied to clipboard

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

Open ThomasWaldmann opened this issue 8 years ago • 5 comments

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.

ThomasWaldmann avatar Oct 10 '17 20:10 ThomasWaldmann

This was actually already implemented once in #2764

enkore avatar Oct 11 '17 01:10 enkore

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

ThomasWaldmann avatar Oct 11 '17 01:10 ThomasWaldmann

It heavily depended on the whole patch.

enkore avatar Oct 11 '17 01:10 enkore

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 avatar Feb 23 '19 15:02 ThomasWaldmann

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

ThomasWaldmann avatar Jun 26 '22 20:06 ThomasWaldmann