Conceptual
Login

Covering Index

An index covers a query when every referenced column is present in the index (as a key or INCLUDE/stored column), letting the engine answer with an index-only scan and never touch the table heap. This trades write amplification and index size for eliminating the random heap lookups that dominate many read plans.

This Concept is waiting for its first lesson!

An index covers a query when every referenced column is present in the index (as a key or INCLUDE/stored column), letting the engine answer with an index-only scan and never touch the table heap. This trades write amplification and index size for eliminating the random heap lookups that dominate many read plans.

Are you a teacher? Sign in to start contributing.

Sign In