Update chunking, batching, streaming authored by drebs's avatar drebs
...@@ -14,7 +14,7 @@ Batching: ...@@ -14,7 +14,7 @@ Batching:
Streaming: Streaming:
- Choose a value **Y** MB for max chunk size. - Choose a value **Y** KB for max chunk size.
- Suppose we need to transfer a total of **X** MB (> **Y**) from multiple blobs or even all of them. - Suppose we need to transfer a total of **X** MB (> **Y**) from multiple blobs or even all of them.
- Client and server memory will never go above **Y** MB while sending **X** MB. - Client and server memory will never go above **Y** KB while sending **X** MB.
- The other end parses back the single stream of data into the original multiple blobs that were used as input. - The other end parses back the single stream of data into the original multiple blobs that were used as input.
\ No newline at end of file