Skip to content

Removes repository_size index on project_statistics async

Vijay Hawoldar requested to merge vij-remove-ps-index-repo-size into master

What does this MR do and why?

In this merge request, we are removing the index_project_statistics_on_repository_size_and_project_id index for GitLab.com.

The index_project_statistics_on_repository_size_and_project_id is only used in self-host users. We don't need this index in GitLab.com.

More info here: https://gitlab.com/gitlab-com/gitlab-OKRs/-/work_items/7861#note_1926540410

Refs #467342 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Vijay Hawoldar

Merge request reports