Table scan cost %

  • The cost % is the optimiser's estimate of how expensive an operation is relative to the rest of the query. If you have a table scan of a very small table and another operation (index seek or scan) on a very large table, it's quite normal that the table scan comes out with a low percentage.

    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
  • Cost for indexed table is unnecessarily less than table scan if indexes are not created correctly.

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

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