Consider using zstd instead of zlib #1616
Labels
DB
Involve database
enhancements
good first issue
Good for newcomers
question
Further information is requested
Is your feature request related to a problem?
Data storage is essential to be as small as possible to increase storage capacity of node and scalability
Describe the solution you'd like
We currently use zlib for the compression of some data.
We could consider using zstd instead which provide a better compression ratio and a faster compression / decompression speed.
There is a maintained package in erlang https://hexdocs.pm/ezstd/ezstd.html
Additional context
No response
Epic
No response
The text was updated successfully, but these errors were encountered: