MySQL Forums
Forum List  »  Replication

Re: How fast is replication?
Posted by: KimSeong Loh
Date: March 19, 2006 07:26PM

Replication is asynchronous, so it is not guaranteed that changes made to the master will be replicated when you perform the next query on the slave.

Replication works well with long distance even if the network connection is not 100% reliable. However, the latency and network may cause delay in the replication process, the slave may take slightly longer to receive the changes.

Options: ReplyQuote


Subject
Views
Written By
Posted
2154
March 18, 2006 09:43PM
Re: How fast is replication?
1511
March 19, 2006 07:26PM
1479
March 20, 2006 03:28AM
1361
March 21, 2006 07:58AM


Sorry, you can't reply to this topic. It has been closed.

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.