MySQL Forums
Forum List  »  Replication

How do I increase IUD Scalability?
Posted by: Matthew Boehm
Date: July 29, 2008 04:01PM

Hi all,
So we start with a single MySQL instance. We discover that we have a 3:1 SELECT to Insert/Update/Delete (IUD) ratio. We scale this by adding a slave or 2 and sending all SELECT statements to the slaves. Problem solved.

Now our app has grown to thousands of IUDs/sec. Our single master can no longer sustain go throughput on this. What is the best way to scale the master so that we can do more IUDs?

Master<->Master replication seems like a complex solution (automagically handle failover/reelection of master/resync on restore/etc..)

Would the next logical step be MySQL Cluster?

What is in between single master and Cluster for increasing IUD throughput?

Options: ReplyQuote


Subject
Views
Written By
Posted
How do I increase IUD Scalability?
3718
July 29, 2008 04:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.