November 18, 1999 02:39 PM

Which is Faster: Index Access or Table Scan?

Rating: (0)
SQL Server Magazine
InstantDoc ID #7632
Use these tips to get the best performance from your database
It can be difficult to determine whether a table scan or an index will provide better query performance. The answer depends, in part, on the percentage of rows returned, but another important factor is whether you use a clustered or a nonclustered index. The SQL Server 7.0 query optimizer doesn't always choose the fastest method. I've done some testing to determine when to second-guess the optimizer, and I share my conclusions here.

...This article is for paid Professional Members only.

Already a Professional Member? Please log in now:

NOT A PROFESSIONAL MEMBER? YOU CHOOSE:

Professional Membership

Monthly

Annual

VIP Membership

Monthly

Annual

Add a Comment

What does your analysis show when query is only one of thousands executing against same table in a tight window of time. Don't table scans create more collisions between those compettative processes ?

Tony4/23/2008 3:37:16 PM


fine to search and get
its useful

Anonymous User 1/20/2005 4:47:27 AM


You must log on before posting a comment.

Are you a new visitor? Register Here
GOOGLE LINKS
SPONSORED LINKS
FEATURED LINKS