|
|
|
Say Hey Kid
      
Group: General Forum Members
Last Login: Monday, January 21, 2013 11:26 PM
Points: 688,
Visits: 72
|
|
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.
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Thursday, March 21, 2013 2:14 AM
Points: 77,
Visits: 184
|
|
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 ?
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 3:47 PM
Points: 38,098,
Visits: 30,391
|
|
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 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|