The MySQL book by DuBois (published by New Riders) will tell you everything you need to know about MySQL. Also, it sounds like you don't have any indexes built for your table if a "very simple query" is taking a long time. Indexes will decrease your time to almost nothing, unless your query is not as simple as you indicate; faulty query construction can devastate a query's response time.
-----Original Message----- From: Babichev Dmitry [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 6:05 AM To: [EMAIL PROTECTED] Subject: MySQL Hello, beginners. Sorry for offtopic. Could you help me. How i can decrease time demand fetching for a very simple query? (in my case i have trouble because table is very big) Where I can read about this? fanx. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]