```json
{
    "title": "MySQL Replication",
    "url": "https://performancezen.com/2005/10/14/mysql-replication/",
    "datePublished": "2005-10-14",
    "dateModified": "2005-10-14",
    "language": "en-US",
    "description": "I am thinking about setting up MySQL replication for the GrabPERF database so that the massive number of inserts done does not interfere with the performance of the Web interface.…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# MySQL Replication

I am thinking about setting up MySQL replication for the GrabPERF database so that the massive number of inserts done does not interfere with the performance of the Web interface.
Does anyone out there have any advice/comments/concerns/experiences on doing this for an active database with large amounts of data in it?
