MySQL Forums
Forum List  »  Replication

Re: MySQL Replication eror... and the Slave never catches up with the Master
Posted by: Eric Bergen
Date: July 22, 2007 12:42PM

The bottleneck in a replication setup is how fast the slave can execute queries. The slave can't execute queries in parallel like the master can so the first thing that will happen when you reach capacity is that the slave will fall behind.

In order for a slave to be able to process queries as fast as the master it has to have better hardware to make up for the slave executing queries sequentially.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Replication eror... and the Slave never catches up with the Master
1814
July 22, 2007 12:42PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.