

|
Valid XHTML v1.0
Author Profile
Top Authors
Log In to set widget preferences
| Author | # |
|---|---|
|
185 |
|
148 |
Anonymous User
|
49 |
|
28 |
Kimberly Hieber
|
27 |
|
23 |
Note: some conversations may be proxied or secured, thereby causing # differences
Subscribe
Partners
Recent
Tags
Log In to set widget preferences
Recent
Log In to set widget preferences
Most Active
Log In to set widget preferences
Popular
Log In to set widget preferences
|
|
MySQL Replication Scale-Out
by Akif on 2008-11-03 08:39 PM read 74 times |
We now have MySQL replicated on our production platform boxes. The next step is to consider scaling out our services over the replicated Master/Slave configuration.
MySQL suggests scaling out using a model where writes occur on the Master and all reads occur on the slave(s). This of course means abstracting the Database code to a level where reads/writes can be configured to occur from different servers. Although this would be a considerable code change but if designed properly this can then be scaled out and configured over a large number of servers without any subsequent code modifications.
Details are available here.
No current tags
Log In to Reply |
Log In to Copy |
Tell a Friend
|
Trackback URL: http://www.kalivo.com/trackback/1842-mysql-replication-scale-out
