Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Slow Queries

Status
Not open for further replies.

sherlockhomeboy

Programmer
Jun 11, 2004
3
US
I'm developing a Web application using the Windows version of MySQL. My Web pages will access the database using ASP/ADO through MyODBC.

Currently, my database has six tables, the largest of which contains about 200,000 records.

When I connect to the database and extract a recordset (using an inner join across 4 tables), the connection takes almost 3 minutes.

Obviously, I'm doing something the wrong way (not necessarily wrong, just not the best method). What is the likely culprit?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top