MySQL Forums
Forum List  »  NDB clusters

Re: I would like some information about load balancing
Posted by: Alex Davies
Date: February 10, 2005 02:26PM

Romain wrote:
> with mysql cluster?... What do you use to do load
> balancing of mysql queries?

Right. Typical setup:

1X Loadbalancer forwarding requests to
2X API Nodes with apache and the PHP scripts connecting to "localhost". API nodes connected to
2X Storage nodes

You don't have to loadbalance SQL. Loadbalance your web requests (easy to do) and use local SQL nodes.

Alex

Alex Davies
http://www.davz.net | alex@davz.net

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: I would like some information about load balancing
2361
February 10, 2005 02:26PM


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.