You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have more efficient compression algorithms to choose from, like zstd.
Sometimes the log files grow to very large sizes, and I have seen zstd provide 10x improvements in size over gzip, so it would be a real benefit to avoid filling up the log partitions.
It would be nice to have more efficient compression algorithms to choose from, like zstd.
Sometimes the log files grow to very large sizes, and I have seen zstd provide 10x improvements in size over gzip, so it would be a real benefit to avoid filling up the log partitions.
There are libraries like https://github.com/airlift/aircompressor that should make it a bit easier to add compression algorithms.
The text was updated successfully, but these errors were encountered: