MySQL Forums
Forum List  »  Router & Proxy

Re: Load balancing issues on a Master/Master architecture
Posted by: Diego Medina
Date: July 20, 2009 02:03PM

Hi Kin,


In your test scenario, the mysqld servers are not really doing much. Try this:


Using two terminals

Send queries that would actually return a larger resultset, like

select * from mysql.user;

By using two terminals to send queries, it will give the proxy a chance to see that one backend is busy while the other backend is idle.

Let me know if this works.

Thanks

--
Diego Medina, QA Engineer
Enterprise Tools - Database Group, Sun Microsystems

Are you MySQL certified? http://www.mysql.com/certification

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Load balancing issues on a Master/Master architecture
2635
July 20, 2009 02:03PM


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.