Skip to content

Removing temporary index used to backfill project stats

What does this MR do and why?

In https://gitlab.com/gitlab-org/gitlab/-/issues/412634 we added a temporary index to the project_statistics table, tmp_index_project_statistics_pipeline_artifacts_size.

This index can be removed now the backfill is complete.

How to set up and validate locally

Run bin/rails db:migrate.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #421285 (closed)

Merge request reports