gearman / gearmand

http://gearman.org/
Other
740 stars 137 forks source link

Feature request: add option to enable mysql compression #127

Open indreka opened 7 years ago

indreka commented 7 years ago

libmysqlclient has an option MYSQL_OPT_COMPRESS that can be used to on-the-fly compress data moving between client and server. Would be good to have it configurable in gearman also? Not very high priority though.

SpamapS commented 7 years ago

IMO we should not spend time on gearmand's mysql queue module. If you want to use this, you're better off writing a worker that stores your data in MySQL, then you can fine tune it as you like, and scale it up and down with your MySQL farm. You're more than welcome to submit this as an enhancement though, it would work fine as a command line option to the queue module.