|
|
|
|
|
by WALoeIII
5576 days ago
|
|
You can't do multi-master with MySQL anyways, which until very recently has been the only "engine" RDS supports. Even if you could do multi-master, replication is still single threaded. You have to come up with your own sharding scheme. This is a limitation of MySQL not RDS. |
|
Not possible with RDS, unfortunately, but works fine on two EC2 instances.