Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rafs: prefetch based on blob chunks rather than files #887

Merged
merged 1 commit into from
Nov 29, 2022

Commits on Nov 28, 2022

  1. rafs: prefetch based on blob chunks rather than files

    Perform different policy for v5 format and v6 format as rafs v6's blobs are capable to
    to download chunks and decompress them all by themselves. For rafs v6, directly perform
    chunk based full prefetch to reduce requests to container registry and
    P2P cluster.
    
    Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
    changweige committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9b0a538 View commit details
    Browse the repository at this point in the history