-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationwontfixThis will not be worked onThis will not be worked on
Description
Documenting some fundamental issues of the sftp protocol:
- sftp protocol uses 32KB blocks for data transfer and usually each block has to get acknowledged individually, which slows down transfers significantly on connections with notable latency.
paramikooffers pipelining (write) and prefetching (read) to optimize this andborgstoreuses these features.- but in the end,
sftpis just not a fast protocol andparamikois not a fast sftp client implementation either.
Thus, using sftp is not recommended for big stores nor for high latency connections.
We can't do much about that in borgstore besides offering alternatives that use other protocols.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationwontfixThis will not be worked onThis will not be worked on