Hello.


You may tell the slave to replicate updates only for the certain database

or table. See:

  http://dev.mysql.com/doc/mysql/en/Replication_Options.html



Eben Goodman <[EMAIL PROTECTED]> wrote:

> I am considering setting up replication for a loaded database that has 

> to perform thousands of heavy selects every day.  I want to have a 

> master with one way replication to multiple slaves.  But I also want to 

> be able to load balance connections across the multiple slaves.  What 

> options exist to enable a web server (apache) and or a web application 

> (php/perl) to do load balancing so not all queries are sent to the same 

> slave server, but distributed across all available slaves?  One quick 

> and dirty idea would be to have a script that manages the database 

> connection layer, and based on time of day or something passes a 

> different server address through... but there must be sexier ways to 

> handle this sort of thing?

> 

> any advice is appreciated.

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to