binary log

2003-06-11 Thread Sam Jumper
Is it possible to have more than one binary log per master or is it
possible to start more than one thread to execute queries?  
 
I have 2 computers in a master and slave configuration.  The slave is
running without error but it can't keep up with the volume of updates
being performed on the master.  The slave is a dual processor box and
only one cpu is being utilized because the slave is reading the master's
binary log and running queries serially.  The master and slave have
several databases and it would be great if each database could run it's
own thread to execute queries.  It would stand a better chance of being
able to keep up.  I'm not expecting real-time replication but after 24
hours, the slave is already 5 hours behind.
 

Sam Jumper 
Director of Data Acquisition 
eRealty.com 
713-490-7512

 



Speeding up "copy to tmp table"

2003-06-06 Thread Sam Jumper
What steps can be taken to speed up queries that show state="copy to tmp
table" in show processlist?  I am running MySql on a dual Xeon system
running Windows 2000 server with 10 10K rpm drives in 5 raid 0 arrays
and plenty of ram that isn't being utilized.  
 
Sam