Skip to content

Remove unneeded indexes on projects table

Andreas Brandl requested to merge ab/projects-api-remove-unneeded-indexes into master

What does this MR do?

Related issue: #195881 (closed)

This removes indexes that we don't need anymore after changing the "tie breaker" sorting direction. The indexes have been introduced with !22623 (merged) to optimally support the requests. This is not needed anymore since the tie breaker now also changes its sorting direction.

For more details please refer to !22623 (merged).

I've validated that these indexes are not being used on GitLab.com anymore: #195881 (closed) (comment 278816057)

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports