View Single Post
  #6 (permalink)  
Old 11-20-2004, 12:54 PM
fyamamoto fyamamoto is offline
WebProWorld New Member
 

Join Date: Nov 2004
Posts: 1
fyamamoto RepRank 0
Default

Is your site slow under load, or is this just executing a simple query against 6000 rows of data.

Regardless of the database engine, 6000 rows should not cause a query to be slow (unless the server really is under quite a bit of load).

I'd suspect you have a slow running query. Can you paste the query with a short description of what the tables are in the query along with the approximate size of each of the tables in the query?
Reply With Quote