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?