December 19, 2012 at 5:10 am
Hi All,
My Clustered Index Scan is taking 87% in executation plan.
can you please suggest me to how to reduce this and improve the perforance.
December 19, 2012 at 5:27 am
1. How many records the table has and what kind of table it is i.e. means read only or having lots of DML operations.
2. What is the fill factor for the index ?
December 19, 2012 at 5:53 am
First thing. Is that query a problem?
The percentages in the plan must add up to 100%, so the fact that a scan is 87% is not necessarily a problem.
If the query is a problem, then please post query, table definitions, index definitions and execution plan, as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply