vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

MySQL compression support

Open BillyYccc opened this issue 6 years ago • 0 comments

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.

BillyYccc avatar Dec 07 '19 17:12 BillyYccc