Page MenuHomePhabricator

Remove br_user_email index in WMF production
Closed, ResolvedPublic

Description

The schema change in https://gerrit.wikimedia.org/r/181626 needs to be deployed.

Event Timeline

Legoktm raised the priority of this task from to Needs Triage.
Legoktm updated the task description. (Show Details)

Change 181872 had a related patch set uploaded (by 01tonythomas):
Remove index on br_user_email in bounce_records

https://gerrit.wikimedia.org/r/181872

Patch-For-Review

We had to re-add the index back into the repo as one another select statement was using it with patch: https://gerrit.wikimedia.org/r/#/c/182421/. Once that gets merged, we would want this one too ported to production.

Thanks to https://gerrit.wikimedia.org/r/#/c/182421/ , we have re-added the 'br_user_email' index back. Reedy have created the new index 'br_timestamp' in production:

Reedy> tonythomas: I just did CREATE INDEX /*i*/br_timestamp ON /*_*/bounce_records(br_timestamp);
Reedy claimed this task.
Reedy subscribed.

Resolving

Change 181872 abandoned by Hoo man:
Remove index on br_user_email in bounce_records

Reason:
Obsolete

https://gerrit.wikimedia.org/r/181872