-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
Currently, the protocol parser only supports uncompressed protocol messages. The MySQL protocol supports optional ZLIB compression, this is particularly useful when transferring large result sets.
Implementation details can be found on https://mariadb.com/kb/en/library/0-packet/#compressed-packet.
Sarke