Clustered Index Scan is taking 87% in executation plan

  • 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.

  • 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 ?

  • 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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply