storj / roadmap

Storj Public Roadmap
Other
9 stars 3 forks source link

Segment Pipelining for better download performance #79

Open iglesiasbrandon opened 1 year ago

iglesiasbrandon commented 1 year ago

Segment pipelining - ensure that there are no stalls in the download pipeline, for instance when one segment download ends, we should be ready to go with the next bytes for the next segment.

https://docs.google.com/document/d/1aXuem5SlY4NzsE6cXT9cXtMkUSAWH0ddw-5QLR6X19Q/edit

iglesiasbrandon commented 6 months ago

This is code complete but not enabled; it's deployed on the gateway.

https://review.dev.storj.io/c/storj/uplink/+/11851

iglesiasbrandon commented 6 months ago

We need to discuss how we are going to test and enable it in production. @shaupt131

iglesiasbrandon commented 3 months ago

https://github.com/storj/storj-private/issues/621