View Single Post

   
  #9 (permalink)  
Old 02-29-2008, 08:33 AM
louis
 
Posts: n/a
Default Re: Massive amoutns of Reading

My guess is that the query is doing a bookmark lookup. When the server
isn't busy, MSSQL is trying to be helpful by issuing read-aheads
against the clustered index. I would try creating a covering index, so
MSSQL will only have to read one index.

Reply With Quote