vertx-sql-client
vertx-sql-client copied to clipboard
MySQL compression support
We can add the abilities for MySQL client to compress and decompress packets.
Protocol reference: [1] https://dev.mysql.com/doc/dev/mysql-server/8.0.18/page_protocol_basic_compression.html [2] https://dev.mysql.com/doc/refman/8.0/en/connection-compression-control.html
Note MySQL 8.0.18 introduces the new compression algorithm zstd(see https://dev.mysql.com/worklog/task/?id=12039) and we may also support that.