One slow connection make mysql slow

2002-05-07 Thread Luca Vertua
I use mysql to register data in an accounting system, comunications happen in a 200 Mbit network and database is really fast, so lock situation ( ie delete after a long select ... ) is really fast and does not create problems. When I connect from a dialup connection obviously query take the same

Re: One slow connection make mysql slow

2002-05-07 Thread Gelu
] [EMAIL PROTECTED] - Original Message - From: Luca Vertua [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 07, 2002 6:34 PM Subject: One slow connection make mysql slow I use mysql to register data in an accounting system, comunications happen

Re: One slow connection make mysql slow

2002-05-07 Thread Luca Vertua
07, 2002 6:45 PM Subject: Re: One slow connection make mysql slow Hi, My opinion: For sure is not a bug. Perhaps the client lock the table for read/write before access the table and remain locked until retrieve data. Regards, Gelu

Re: One slow connection make mysql slow

2002-05-07 Thread Gelu
PROTECTED] - Original Message - From: Luca Vertua [EMAIL PROTECTED] To: Gelu [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, May 07, 2002 7:52 PM Subject: Re: One slow connection make mysql slow Ok, I'm agree with you, someone know how to avoid this? Why mysql does not retrive data

One slow connection make mysql slow

2002-05-06 Thread Luca Vertua
I use mysql to register data in an accounting system, comunications happen in a 200 Mbit network and database is really fast, so lock situation ( ie delete after a long select ... ) is really fast and does not create problems. When I connect from a dialup connection obviously query take the same