Skip to content

feat: Adds -gzipCompression level as backup flag#27293

Open
devanbenz wants to merge 4 commits intomaster-1.xfrom
db/oss-backup-perf
Open

feat: Adds -gzipCompression level as backup flag#27293
devanbenz wants to merge 4 commits intomaster-1.xfrom
db/oss-backup-perf

Conversation

@devanbenz
Copy link

This should fix slow backups. Gives users the ability to specify different levels of compression with the trade-off of compression ratio vs. speed.

Adds:

    -gzipCompressionLevel <level>
            The level of gzip compression to use for portable backups. Options: default, full, speedy, none.
            "default" uses the standard gzip compression, "full" uses best compression ratio, "speedy" uses
            fastest compression, and "none" disables compression. Optional. Defaults to "default".

@devanbenz devanbenz self-assigned this Mar 20, 2026
@devanbenz devanbenz linked an issue Mar 20, 2026 that may be closed by this pull request
Copy link
Contributor

@davidby-influx davidby-influx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question

Copy link
Contributor

@davidby-influx davidby-influx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Current backup & restore process is slow

2 participants