IT_Architect
Verified User
- Joined
- Feb 27, 2006
- Messages
- 1,088
When we backup domains with large MySQL databases, it make the machine Apache very slow. What do you guys do to prevent that?
For tuning we use those and mysqltuner.pl. I'm going to go back to InnoDB. Our benchmarks simulating our traffic mix show InnoDB capable of MORE transactions per second than MyISAM, not less, and LESS load for the same number of TPS. My partner wanted to try MyISAM. I don't like seeing the spikes either 6 times an hour when we get mass updates, but they didn't affect userland. I didn't know that MySQLDump locked the DB. My understanding was it's just a big selects.Unfortunately on my server the largest MySQL databases are using the MyISAM engine, so it doesn't matter how many resources it does take: those databases are locked when mysqldump is running,