Re: many updates really slow

2004-05-06 Thread mirza
records. Hope this helps, Jack -Original Message- From: William Wang [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:12 PM To: [EMAIL PROTECTED] Subject: many updates really slow Hi everyone, Please help. I have MySQL server running on host A in US and I am using it on host B in Europe. Ever

RE: many updates really slow

2004-05-06 Thread jeffrey_n_Dyke
s helps, > > Jack > > -Original Message----- > From: William Wang [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 06, 2004 1:12 PM > To: [EMAIL PROTECTED] > Subject: many updates really slow > > > Hi everyone, > > Please help. > > I have MySQL server

RE: many updates really slow

2004-05-06 Thread Jack Coxen
e file, it goes back to sleep. Jack -Original Message- From: William Wang [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:43 PM To: Jack Coxen; [EMAIL PROTECTED] Subject: RE: many updates really slow Thanks Jack and Jeremy. But this is part of my application and I need to do this a

RE: many updates really slow

2004-05-06 Thread William Wang
n receiving the status > back in Europe...times 5000 records. > > Hope this helps, > > Jack > > -Original Message- > From: William Wang [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 06, 2004 1:12 PM > To: [EMAIL PROTECTED] > Subject: many updates really slo

RE: many updates really slow

2004-05-06 Thread Jack Coxen
Original Message- From: William Wang [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:12 PM To: [EMAIL PROTECTED] Subject: many updates really slow Hi everyone, Please help. I have MySQL server running on host A in US and I am using it on host B in Europe. Every query takes about

Re: many updates really slow

2004-05-06 Thread Jeremy Zawodny
On Thu, May 06, 2004 at 10:12:19AM -0700, William Wang wrote: > Hi everyone, > > Please help. > > I have MySQL server running on host A in US and I am > using it on host B in Europe. Every query takes about > 0.3 seconds. > > Now I want to do update db with 5000 updates. So I put > all the "UPDA

many updates really slow

2004-05-06 Thread William Wang
Hi everyone, Please help. I have MySQL server running on host A in US and I am using it on host B in Europe. Every query takes about 0.3 seconds. Now I want to do update db with 5000 updates. So I put all the "UPDATES" commands in a file cmd.sql and do: mysql -hA < cmd.sql and it takes 30 MINU