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