Connecting Tech Pros Worldwide Help | Site Map

How to speed up a query

Newbie
 
Join Date: Aug 2007
Posts: 1
#1: Aug 30 '07
Hai all.
Having a table with above 50,000 rows. Also this table having a field date . I want to select latest 50 records. But if use order by desc clause it wil take more time to process . Is there any simple query for speed up the select process. Urgent . Any one plz help me.
Moderator
 
Join Date: Nov 2006
Location: Boston, USA
Posts: 505
#2: Aug 30 '07

re: How to speed up a query


Do you have an index on this field?
Reply