Gossamer Forum
Home : General : Databases and SQL :

mysql speek

Quote Reply
mysql speek
when using mysql ( windows version) weather the query speed is very slow in small size db.

in my case. i even could feel the stop while i do a query via a web form. it take 4-10 secound to get infos fetch back. any comment and any way to imporve it? or any problem exist?



Thanks
Quote Reply
Re: [courierb] mysql speek In reply to
Hi,

Do an "EXPLAIN" on your query to see why it is taking so long:

EXPLAIN SELECT * FROM Table;

etc.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] mysql speek In reply to
Dear Alex.

The problem is only exist when the connection is from remote, while local speed is normal.

any clue?



Thanks