Skip to content

Remove various redundant indexes

yorickpeterse-staging requested to merge remove-unused-indexes into master

What does this MR do?

This MR removes various redundant and unused indexes. See c3d5c536 for more information.

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

No.

Why was this MR needed?

Unused indexes are a waste of storage space and slow down database writes. If they are ever needed again we can re-create them. There's no point in hoarding indexes because you may need them in the future.

What are the relevant issue numbers?

#20767 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

Merge request reports