-
Notifications
You must be signed in to change notification settings - Fork 116
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
Exports are bottlenecked by gzip compression which cannot be disabled #3869
Comments
I don't know that disabling compression entirely is a good idea. However, the default compression level used is level 9, the most computationally expensive (slow) one. Given level 9 is (roughly) 6x slower than level 1, but only compresses about 20% better, this is probably a poor tradeoff. We should look at using levels 1-3 instead. |
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
May 25, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
May 25, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
May 25, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
May 25, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
May 30, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
May 31, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
May 31, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
May 31, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
May 31, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
dralley
added a commit
to dralley/pulpcore
that referenced
this issue
Jun 9, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes pulp#3869
ipanova
pushed a commit
that referenced
this issue
Jun 13, 2023
Exports will be larger, but should be much faster. There were reports of large exports taking multiple days to complete due to the overhead incurred by compression. closes #3869
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Any
Describe the bug
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
https://bugzilla.redhat.com/show_bug.cgi?id=2188504
The text was updated successfully, but these errors were encountered: