Skip to content
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

feat: Compress data backup using zstd #264

Merged
merged 1 commit into from
Jul 27, 2023

Commits on May 31, 2023

  1. feat: Compress data backup using zstd

    The backup turns out to be highly compressible!
    
    I chose zstd. Although gzip is standard, zstd is faster, and compresses
    better.
    
    Example:
    
    4.6M sloop-cluster-0.bak.zst
    9.5M sloop-cluster-0.bak.gz
    155M sloop-cluster-0.bak
    dlipovetsky committed May 31, 2023
    Configuration menu
    Copy the full SHA
    8435b00 View commit details
    Browse the repository at this point in the history