diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-30 10:43:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-30 10:43:21 -0400 |
commit | 6e071f2b014ac2f076db8cd9c123664e84a4fa40 (patch) | |
tree | 71fa36d165239779a4d4c3cc4e162f47fda76964 /doc/design | |
parent | ed1eed137515a3b478d3c83cb3b8548303b229fa (diff) |
mention possibility of parallel chunk upload/download
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/chunks.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/design/assistant/chunks.mdwn b/doc/design/assistant/chunks.mdwn index 52ddf07c8..48a1876e4 100644 --- a/doc/design/assistant/chunks.mdwn +++ b/doc/design/assistant/chunks.mdwn @@ -249,3 +249,14 @@ checking hasKey. Note that this is safe to do only as long as the Key being transferred cannot possibly have 2 different contents in different repos. Notably not necessarily the case for the URL keys generated for quvi. + +Both **done**. + +## parallel + +If 2 remotes both support chunking, uploading could upload different chunks +to them in parallel. However, the chunk log does not currently allow +representing the state where some chunks are on one remote and others on +another remote. + +Parallel downloading of chunks from different remotes is a bit more doable. |