Skip to content

Mention removal of redundant indexes when adding index

Toon Claes requested to merge tc-redundant-indexes-docs into master

What does this MR do?

When a new composite index is added, it might make an existing index redundant. So when adding an index, these redundant indexes should be removed in the same migration.

Merge request reports