Covering Indexes in MySQL, PostgreSQL, and MongoDB
SolarWinds Blog

Covering Indexes in MySQL, PostgreSQL, and MongoDB


Summary

02/01/19 A covering index is a fantastic query performance optimization. An index covers a query when the index has all the data needed to execute the query, so the server can retrieve the query’s data without reading any rows or documents. Covered queries are usually ... The post Covering Indexes in MySQL, PostgreSQL, and MongoDB appeared first on SolarWinds Blog.
Read the Original Article

This article originally appeared on SolarWinds Blog.

Read Full Article on Original Site

Related Articles

Popular from SolarWinds Blog

1
The Role of a Junior DBA: Challenges and Tools for Success

SolarWinds Mar 28, 2025 41 views

2
New Insights Into AI and Observability in Public Sector IT

SolarWinds Feb 20, 2025 39 views

3
5
Out of Office: Identifying & Managing Risk

Matt Crape Mar 13, 2018 36 views