Remove issue indexes concurrently

What does this MR do and why?

Remove issue indexes concurrently

After scheduling the removal of the indexes for external_key and health_status, and they successfully ran through on gitlab.com, we can now remove the indexes concurrently from the issues table.

Changelog: removed

References

MRs which scheduled the removal:

Issues:

Confirmation that they are removed from gitlab.com:

Index Confirmation
index_issues_on_project_id_and_external_key Screenshot_2025-08-11_at_09.56.53
idx_issues_on_health_status_not_null Screenshot_2025-08-11_at_09.56.36
index_issues_on_project_health_status_asc_work_item_type Screenshot_2025-08-11_at_09.56.13

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

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

Edited by Nicolas Dular

Merge request reports

Loading