Skip to content

Sync. remove `index_events_on_author_id_and_created_at_merge_requests`

What does this MR do and why?

This MR removes the index_events_on_author_id_and_created_at_merge_requests index to save some space on the events table. The proposal for this is at Drop index `index_events_on_author_id_and_creat... (#415090 - closed) and the asynchronous drop has been done at Async drop `index_events_on_author_id_and_creat... (!127656 - merged)

How to set up and validate locally

To validate this MR, you can run the following steps:

  1. Check out merge request
  2. Run database migrations (rails db:migrate)
  3. Enter Postgres console with the GDK (gdk psql)
  4. Confirm the index does not exist by typing \d index_events_on_author_id_and_created_at_merge_requests

MR acceptance checklist

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


This description was generated for revision 1c70625d using AI

Edited by Gary Holtz

Merge request reports