Skip to content

feat: Add support for Zstd and Xz compression algorithms#6

Closed
martinconic wants to merge 2 commits intomainfrom
feat/add-compression-algos
Closed

feat: Add support for Zstd and Xz compression algorithms#6
martinconic wants to merge 2 commits intomainfrom
feat/add-compression-algos

Conversation

@martinconic
Copy link
Contributor

@martinconic martinconic commented Feb 9, 2026

This PR introduces support for Zstd and Xz (LZMA2) compression algorithms to the export command, in addition to the existing Gzip support. These algorithms will produce in the end smaller batch archives.

@martinconic
Copy link
Contributor Author

Closing this since the overall performance of different compression algorithms is similar with existing one:
Algorithm Setting Size (Bytes) Size (MB) Ratio

zstd BestCompression 8,999,502 8.58 16.12%
gzip BestCompression 9,271,513 8.84 16.61%
zstd Default 9,537,697 9.10 17.09%
gzip Default 9,613,754 9.17 17.22%
xz Default / Custom 10,574,600 10.08 18.95%

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant