I have a database(sql server 2005),now there are about 100000 records in the table called users, when I do query use linq to sql, it is very slower and slower.how can I do some operate to improve the speed?
I have a database(sql server 2005),now there are about 100000 records in the table
Share
You could (in order of preference)
table, for what you are querying for/sorting for
(if it is complicated), see if there’s a less-resource-intensive way
of doing it. There are graphical query analyzers to help you.