Skip to content

RedundantIndexChecker

Evgeniy Demin edited this page Nov 25, 2022 · 1 revision

This checker helps to identify redundant non-unique indexes. Assuming you have an index in the database that covers column A and another index that covers columns A and B (order is important). In this case, the first index may be removed as it is covered by second one.

Clone this wiki locally