This repository has been archived by the owner on May 15, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
I think we've said 'yes', we should support it at the API, but we can initially be inefficient in fetching the backing data for an MVP iteration and add the complexity of efficiently transferring only requested ranges as a performance feature we can prioritize separately. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's undeniable that accommodating byte range requests offers significant benefits. However, the feasibility of this feature largely depends on the blob's location and the available methods for its retrieval.
For instance, facilitating byte range requests over HTTP is straightforward when a blob is cached locally. Yet, challenges arise when data is fetched from SPs that may not support range retrieval.
Considering these factors, is it a necessity for the 'fetch blocks' functionality to facilitate byte range requests, both for the MVP and future iterations?
Beta Was this translation helpful? Give feedback.
All reactions