You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideal imho is make a map of what chunk is next to another one , along with top N most used chunks
And always fetch in background next, while current is being used
Will use some ram, but we are in 2024, ram is cheaper than time , and still can be made an option anyway
hi,
(maybe enable discussions and convert this to an discussion)
See past discussion in this commit:
e872ed2
I did some testing with an amazon S3 today, just to get a impression on how things are going during restore. My setup as follows:
Initial backup performance is OK.
root.pxar: had to backup 9.007 GiB of 11.396 GiB (compressed 6.39 GiB) in 73.12 s (average 126.139 MiB/s)
Restore performance:
26.81 MB/s
Whats really beeing faster is using the pull mechanism to pull an remote s3 store to a local PBS using the PR #48
The current state is:
Ideas on how to improve this in the proxy:
The text was updated successfully, but these errors were encountered: