Covering Indexes
← Back to Indexing
Indexes that include all columns needed by a query, allowing the query to be answered entirely from the index without accessing the table data (avoiding table lookups).
← Back to Indexing
Indexes that include all columns needed by a query, allowing the query to be answered entirely from the index without accessing the table data (avoiding table lookups).