Monthly Archives: May 2009

“Multi-threaded” MySQL Replication

Several of our MySQL slave databases have excessive replication lag. They continue to fall further and further behind the master and will never catch up. One solution is to resync the master/slave occasionally. This is a manual and time-consuming process. Another solution is to partition the database. This requires code [...]
Posted in Mysql | 2 Comments