Hi
I am running into an interesting issue with replication speed. The setup I have is very simple, one master and one slave. The master processes a lot of inserts and updates all the time and these are replicated to the slave. The slave is read from all the time.
The odd thing is that since I switched from using myisam to using innodb, the slave is not always able to keep up with the master, and lags behind. Further the machine load (as indicated by 'top') is always higher on the master than on the slave. However when the load on the master goes down (fewer inserts and updates), the slave will catch up.
Any help or insight would be greatly appreciated.
Cheers
François
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]