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 · May be fixed by #4504
Open

Parallel bundle download & decompression #4336

matejvasek opened this issue Aug 27, 2024 · 7 comments · May be fixed by #4504
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

@vyasgun vyasgun moved this to Work In Progress in Project planning: crc Aug 28, 2024
@vyasgun vyasgun linked a pull request Dec 6, 2024 that will close this issue
14 tasks
@vyasgun vyasgun moved this from Work In Progress to Ready for review in Project planning: crc Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Ready for review
Development

Successfully merging a pull request may close this issue.

4 participants