-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support zstd compression #96
Comments
Assigned this ticket to you for now. Could you please let me know about the benefits that you mentioned, that would come if the zstd compression is implemented? |
Well the benefits to mdapi, assuming zstd-compressed-metadata were adopted by Fedora, would just be that mdapi wouldn't immediately break if/when they turn it on. In terms of being adopted by Fedora - DNF already supports it, it's just a matter of producing the metadata. You can read rpm-software-management/createrepo_c#345 but the TL;DR version is faster decompression and smaller metadata file sizes. |
Understood. Would you want me to wait until rpm-software-management/createrepo_c#345 is merged before we merge the PR associated with this issue ticket? |
Thanks! |
createrepo_c is adding support for zstd-compressed metadata, which has a lot of benefits. I intend to push for this to be used by Fedora eventually.
(I'll submit a PR for this later, it should be very easy to add)
The text was updated successfully, but these errors were encountered: