Closed ptribble closed 2 months ago
Hi, we've been looking into replacements for snappy for some time now. We haven't discarded any options, but haven't either taken any direction. We'll keep this opened, given that it is something we are considering addressing
This issue is still referenced in the postgres-containers
repository for CNPG.
This issue is still referenced in the
postgres-containers
repository for CNPG.
Can you be more specific on where it's referenced? The issue was resolved from barman side, unless there's some other issue related to snappy/cramjam
This issue is still referenced in the
postgres-containers
repository for CNPG.Can you be more specific on where it's referenced? The issue was resolved from barman side, unless there's some other issue related to snappy/cramjam
To be complete.
and issue has been created about it this: https://github.com/cloudnative-pg/postgres-containers/issues/117
I think you should bring this up to the CNPG team.
The python-snappy module, as of 0.7.1, is now a shim for cramjam.
It might make sense to use cramjam directly; as a benefit, you get a number of other compression mechanisms for free, including zstd.
(One downside is that cramjam requires rust, and therefore isn't available on platforms that rust doesn't support, so the old method might be worth keeping as a fallback for users on those platforms.)