Forum : How can I use replication to improve performance of my system?
Brief description  about Online courses   join in Online courses
View prabeen  patra 's Profile

How can I use replication to improve performance of my system?

How can I use replication to improve performance of my system?????
Asked by prabeen patra | Mar 19, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Prabeen,
You should set up one server as the master, and direct all writes to it, and configure as many slaves as you have the money and rackspace for, distributing the reads among the master and the slaves. You can also start the slaves with --skip-bdb, --low-priority-updates and --delay-key-write-for-all-tables to get speed improvements for the slave. In this case the slave will use non-transactional MyISAM tables instead of BDB tables to get more speed.
Mar 19, 2010