mysqldump affecting performance
Posted: Fri Jul 29, 2016 7:29 am
Hello.
We're facing some issues when Nagios generates mysql backups as this task is slowing down the system a little bit.
We think we can optimice this making backups slower but less intrusive jus applying a couple of parameters to mysqldump:
Is there any reason we shouldn't do this?
Thank you very much.
We're facing some issues when Nagios generates mysql backups as this task is slowing down the system a little bit.
We think we can optimice this making backups slower but less intrusive jus applying a couple of parameters to mysqldump:
Code: Select all
--single-transaction --quickThank you very much.