MySQL Database Replication and Server Load
Posted
by
Willy
on Server Fault
See other posts from Server Fault
or by Willy
Published on 2011-03-05T22:52:15Z
Indexed on
2011/03/05
23:26 UTC
Read the original article
Hit count: 496
Hi Everyone,
I have an online service with around 5000 MySQL databases. Now, I am interested in building a development area of the exactly same environment in my office, therefore, I am about to setup MySQL replication between my live MySQL server and development MySQL server.
But my concern is the load which will occur on my live MySQL server once replication is started. Do you have any experience? Will this process cause extra load on my production server?
Thanks, have a nice weekend.
© Server Fault or respective owner