Adding an Index increased Logical read

  • I have added a new index which is having key column is primary key and another column as included column , Now the query is using seek on that newly created index by logical read on that table increased from 728 to 3087

    Is this good ? or is it better to avoid  the new index?

  • Rechana Rajan - Wednesday, May 10, 2017 3:54 AM

    I have added a new index which is having key column is primary key and another column as included column , Now the query is using seek on that newly created index by logical read on that table increased from 728 to 3087

    Is this good ? or is it better to avoid  the new index?

    Doesn't sound right, can you provide more information such as the table and index ddl, the query and the actual execution plan please?
    😎

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

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