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

Parallel bundle download & decompression #4336

Open
matejvasek opened this issue Aug 27, 2024 · 7 comments
Open

Parallel bundle download & decompression #4336

matejvasek opened this issue Aug 27, 2024 · 7 comments
Assignees
Labels

Comments

@matejvasek
Copy link

I think it might be slightly faster if bundle download and decompression would be done in parallel. IIUIC right now bundle is first downloaded and only then decompressed.

/kind enhancement

@matejvasek matejvasek added kind/bug Something isn't working status/need triage labels Aug 27, 2024
@openshift-ci openshift-ci bot added the kind/enhancement New feature or request label Aug 27, 2024
@matejvasek
Copy link
Author

/help

@matejvasek
Copy link
Author

/remove-help

@matejvasek
Copy link
Author

/remove-kind bug

@openshift-ci openshift-ci bot removed the kind/bug Something isn't working label Aug 27, 2024
@cfergeau
Copy link
Contributor

Yep, interesting idea to try, as the bundle download is mainly limited by network speed, while decompression is CPU-bound. Should save some time at the end of download.

@praveenkumar
Copy link
Member

@vyasgun do you want to take a look into this?

@vyasgun
Copy link
Contributor

vyasgun commented Aug 28, 2024

@praveenkumar yes, assigned to myself.

@vyasgun
Copy link
Contributor

vyasgun commented Aug 28, 2024

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Work In Progress
Development

No branches or pull requests

4 participants