Schema Change:
All wikis
tables: logging
changes: Add index log_type_action
commit status: pending review - https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/445177/
CREATE INDEX /*i*/log_type_action ON /*_*/logging(log_type, log_action, log_timestamp);
Some wikis
tables: logging
changes: Drop index type_action
commit status: pending review - https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/445177/
DROP INDEX /*i*/type_action ON /*_*/logging;
Combined SQL for some wikis:
ALTER TABLE logging DROP INDEX IF EXISTS type_action, ADD INDEX IF NOT EXISTS log_type_action (log_type, log_action, log_timestamp);
Schema change progress
- s1
- eqiad progress T51199#5014494
- codfw
- s2
- eqiad progress T51199#5056994
- codfw
- s3
- eqiad progress T51199#5064876
- codfw
- s4
- eqiad progress T51199#5014496
- codfw
- s5
- eqiad progress T51199#5014498
- codfw
- s6
- eqiad progress T51199#5017758
- codfw
- s7
- eqiad progress T51199#5039573
- codfw
- s8
- eqiad progress T51199#5031392
- codfw
- wikitech
- labswiki
- labtestwiki