Open
Description
Can we please add support for the MySQL compressed protocol.
Perhaps the compressed protocol code from node-mysql2 can be used to help implement this support in mysqljs:mysql.
Support for the compressed protocol greatly reduces bandwidth usage when connecting over a network to a remote MySQL server.
I have a need for this because my webapp relies on the zongji binlog listener package which is tightly integrated with mysqljs and would require a massive rewrite to use node-mysql2.