|
|
|
|
|
by e1ven
5327 days ago
|
|
If you have a lot of writes, this is a KILLER.
You need to be very careful here. Note, even with Read-Slaves, you are STILL blocked, since each write replicates to each Read-Slave, and counts as a blocking-write on that slave while it replicates in. We dramatically increased application performance when we refactored to remove a lot of little writes for things like caching, and moved them to memcache. |
|