| MySQL5 Repliction seconds slower [message #3303] |
Tue, 15 July 2008 10:54  |
onno Messages: 3 Registered: July 2008 |
Junior Member |
|
|
Hi there,
I have two high end servers configured with MySQL5 and server A replicates to server B. Both servers are used for read-queries.
Now we discovered that most of the time the replication is around 2 รก 4 secs behind the master. So when a query is insert on server A, it takes almost 4 secs to replicate to server B.
Is there any way to speed up the replication?!
Thanks~!
Onno.
|
|
|
|
| Re: MySQL5 Repliction seconds slower [message #3309 is a reply to message #3303 ] |
Thu, 17 July 2008 04:29   |
onno Messages: 3 Registered: July 2008 |
Junior Member |
|
|
Dear MWallace,
Both servers are completely identical. There is no non-mysql workload on the mirror and the configs are the same.
As attachement I added the 'show status' from both hosts.
Thanks!
Attachment: dbStats.txt
(Size: 23.95KB, Downloaded 45 time(s))
|
|
|
|
| Re: MySQL5 Repliction seconds slower [message #3336 is a reply to message #3303 ] |
Wed, 23 July 2008 04:51  |
onno Messages: 3 Registered: July 2008 |
Junior Member |
|
|
Dear mwallace,
Sorry for the late reaction, but I attached the two stats of both servers. I kinda isolated the problem. It seems to be cause by the reads on the second server. I think it has something to do with locking. Because when we redirect all queries to db01, replication is better.
Thanks for your time again.
Onno.
|
|
|