I'm looking at a need for, I believe, database replication.
Mysql Manual wrote:“Analytics - live data can be created on the master, while the analysis of the information can take place on the slave without affecting the performance of the master.”
Which matches this business need to a "T", near as I can figure.
What I'm concerned about is the impact this will have on the "master" (which is the production web environment):
Mysql Manual wrote:Replication between servers in MySQL is based on the binary logging mechanism. The MySQL instance operating as the master (the source of the database changes) writes updates and changes as “events” to the binary log.
Does anyone have much experience with this? MySQL is already something of a bottleneck on the production box; I'd prefer not to do anything to make it worse.... :eek: