-
Some of the zstd:chunked PRs mention eStargz support and that the format is generally based on stargz. An important feature of eStargz for my side-project is prefetching, i.e., eagerly pulling certain files. Does zstd:chunked support prioritized files? Where can I learn more about the format? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@giuseppe PTAL |
Beta Was this translation helpful? Give feedback.
-
@viluon no. zstd:chunked doesn't allow yet to specify a priority for files. What change would we need to perform to allow it? Would it be enough to add a new field to the files index? |
Beta Was this translation helpful? Give feedback.
@viluon no. zstd:chunked doesn't allow yet to specify a priority for files.
What change would we need to perform to allow it? Would it be enough to add a new field to the files index?