Drop merge_requests trigram indexes for all instances
What does this MR do and why?
As discussed in https://gitlab.com/gitlab-org/gitlab/-/issues/554568#note_2663305881, we don't think these title and description trigram indexes are used in realistic queries and should be removed.
We've already dropped it for .com due to the high WAL rate, but we should also drop it for other instances.
References
#554568
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.
Related to #554568