Covering Index

An index that contains all the columns a query needs, so MySQL can satisfy the query entirely from the index without accessing the base table rows. A covering index eliminates extra I/O and is one of the most powerful query optimisation techniques, visible as ‘Using index’ in EXPLAIN output.

← Back to Glossary
Copyright © 2026 Webyog Inc. All Rights Reserved.