I have a table with 2900000 records. Now I am using select query to find data and it will take 5 secs to fetch records. It's just select query and it will take 4-5 seconds to run it.
I dont know why it will take so much of time?
In the table, there are 4 fields which are varchar(Max). Is there any cause a problem?
Can anyone suggest me what to do to reduce the execution time?