What you can probably do is to mirror the data on your MySQL servers do the load-balancing on the application level.
-----Original Message----- From: Horatio B. Bogbindero [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 10:33 PM To: [EMAIL PROTECTED] Subject: Re: [plug] clustering On Sat, Apr 06, 2002 at 11:50:02PM -0600, Onie Camara wrote (wyy sez): > > Tip naman. > > I'm planning to setup a mysql server pero clustering. Ano sa tingin ninyo > ang maganda kong gawin? Parang gusto ko yung tipong Beowolf ang dating. > Maari ba? > MySQL does not come with clustering extensions. there is currently no way for example for make a MySQL query faster via some form of clustering technology. a solution would be to parallelize the problem in the application level. add more webservers (server farm) and just make a sufficiently powerful database backend. if you have the money buy oracle. -------------------------------------- William Emmanuel S. Yu Ateneo Cervini-Eliazo Networks (ACENT) email : wyy at admu dot edu dot ph web : http://CNG.ateneo.net/wyu/ phone : 63(2)4266001-4186 GPG : http://CNG.ateneo.net/wyu/wyy.pgp War spares not the brave, but the cowardly. -- Anacreon _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
