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

Connection compression support #997

Open
1 task done
davidegreenwald opened this issue Jan 16, 2025 · 0 comments
Open
1 task done

Connection compression support #997

davidegreenwald opened this issue Jan 16, 2025 · 0 comments

Comments

@davidegreenwald
Copy link

Is your feature request related to a problem?

Hello,

MySQL client applications from 8.0.18+ support the flags --compression-algorithms and --zstd-compression-level to manage connection compression, in addition to the older/deprecated --compress flag, which uses zlib compression. https://dev.mysql.com/doc/refman/8.4/en/connection-compression-control.html

This is important in cloud environments where cross-AZ bandwidth is expensive, and compression can improve data bandwidth by 50%.

Other Python libraries support compress. It would be very helpful to see support of these modern options and keep pace with MySQL clients.

Describe the solution you'd like

Please offer support for MySQL's standard compression options.

Describe alternatives you've considered

The alternative is to leave connection functionality incomplete.

Additional context

No response

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant