Open indreka opened 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.
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.