Skip to content

Added documentation on adding database indexes

yorickpeterse-staging requested to merge document-when-to-add-indexes into master

What does this MR do?

This MR adds a guide on when to add database indexes, how to approach this problem, etc

Are there points in the code the reviewer needs to double check?

Spelling, grammar, etc

Why was this MR needed?

Blindly adding indexes can be harmful to the database, and I recently had to remove 48-something unused indexes.

What are the relevant issue numbers?

#20767 (closed)

Does this MR meet the acceptance criteria?

Merge request reports