You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.htmlThis 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
The text was updated successfully, but these errors were encountered: