MySQL Forums
Forum List  »  Replication

Replication suitable for my site?
Posted by: Martin Kanters
Date: June 12, 2011 05:21AM

Hi everybody,
I'm not a newbie in MySQL actually, but I am a newbie regarding to replication.

Little introduction to my site; It's an MMORPG game which now has around 550 queries per second on an average. I don't

think I can bring this much more down since we are growing pretty fast.

Just last Friday I had a top amount of users online active and then it was showing fails in performance. That is because

of many table locks on the same tables. Updating and Selecting at the same time, which you probably can imagine. I doubt

if I can cache any of such information since it all has to be really up to date to work for the game.

So, I was wondering if replication may be a good solution for this case.

1. Do you think replication is suitable for my game?
2. Replication doesn't require more servers than 1, right? I'm using a VPS and it should work with that, right?
3. I figured I'm supposed to UPDATE/DELETE/INSERT everything in the master server and select everything from the slave so

that there won't be many table locking waits. Is that a right conclusion?

If you need more information I'll gladly support you.

Thanks in advance,
Martin

Options: ReplyQuote


Subject
Views
Written By
Posted
Replication suitable for my site?
1466
June 12, 2011 05:21AM


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.