|
|
|
|
Browse by Tags
All Tags » indexing » index seek (RSS)
-
Usually, we think of index seeks (a possible Query Execution Plan operation) as using the b-tree index to pick out a row and then quickly pass that row to the next operation. But the index seek has special powers: when the conditions are right, it can examine non-key columns and filter based on those values inside the index seek operation.
When ...
|
|
|
|
|