MySQL Forums
Forum List  »  Replication

Re: How fast is replication?
Posted by: Dominik
Date: March 20, 2006 03:28AM

I tested replication speed with php using a direct 100 MBit crossover connection (only for replication) with a simple one int column table.
Insert into master
Read from slave
For 20,000 rows, this worked on 19,850.

But as stated earlier, there is no guarantee and it will propably be slower when there is more data than one int field to replicate.



Edited 1 time(s). Last edit at 03/20/2006 03:30AM by Dominik .

Options: ReplyQuote


Subject
Views
Written By
Posted
2155
March 18, 2006 09:43PM
1512
March 19, 2006 07:26PM
Re: How fast is replication?
1479
March 20, 2006 03:28AM
1362
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.