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

mysql_db: support for zstd compression #594

Open
markuman opened this issue Nov 16, 2023 · 2 comments
Open

mysql_db: support for zstd compression #594

markuman opened this issue Nov 16, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@markuman
Copy link
Member

SUMMARY

if os.path.splitext(target)[-1] == '.gz':
path = module.get_bin_path('gzip', True)
elif os.path.splitext(target)[-1] == '.bz2':
path = module.get_bin_path('bzip2', True)
elif os.path.splitext(target)[-1] == '.xz':
path = module.get_bin_path('xz', True)

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

mysql_db

ADDITIONAL INFORMATION

better speed/compression ratio

@Andersson007
Copy link
Collaborator

@markuman thanks for raising the feature request! sounds like it'd be a great improvement

@Andersson007 Andersson007 added the help wanted Extra attention is needed label Jan 3, 2024
@Andersson007
Copy link
Collaborator

@markuman i've put the help wanted label, if you want to implement it yourself, feel free to remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants