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

Inefficient partial downloads of larger files #411

Open
parthy opened this issue Jun 14, 2024 · 1 comment
Open

Inefficient partial downloads of larger files #411

parthy opened this issue Jun 14, 2024 · 1 comment
Assignees

Comments

@parthy
Copy link

parthy commented Jun 14, 2024

Issue description

We are hosting files in the 10-15 GiB range and have a use case (hybrid Torrent/HTTP downloads) where clients frequently request partial content from the entire file range. Downloading a chunk from the end of the file can take up to 10 seconds and more.

Proposed mitigation

A more efficient implementation of the partial content feature using some form of seek instead of skipping through the entire file could be beneficial.

Deployment

We are currently running Sonatype Nexus RepositoryOSS 3.68.1-02 on a Linux (NixOS) server.

@nblair
Copy link
Contributor

nblair commented Jun 18, 2024

Thanks for opening an issue @parthy. I've marked this as an enhancement request, we'll keep it open to gauge demand for this type of feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants