[go: nahoru, domu]

Page MenuHomePhabricator

Turn on write both in beta cluster for templatelinks normalization
Closed, ResolvedPublic

Event Timeline

Ladsgroup triaged this task as Medium priority.Jan 18 2022, 4:10 PM
Ladsgroup moved this task from Triage to Blocked on the DBA board.

Change 769404 had a related patch set uploaded (by Ladsgroup; author: Amir Sarabadani):

[operations/mediawiki-config@master] labs: Set TemplateLinksSchemaMigrationStage to WRITE_BOTH

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

Change 769404 merged by jenkins-bot:

[operations/mediawiki-config@master] labs: Set TemplateLinksSchemaMigrationStage to WRITE_BOTH

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

Ladsgroup moved this task from In progress to Done on the DBA board.
MariaDB [enwiki]> select * from linktarget limit 40;
+-------+--------------+----------+
| lt_id | lt_namespace | lt_title |
+-------+--------------+----------+
|     1 |           10 | Foo      |
+-------+--------------+----------+
1 row in set (0.001 sec)

MariaDB [enwiki]> select * from templatelinks where tl_target_id is not null limit 50;
+---------+--------------+----------+-------------------+--------------+
| tl_from | tl_namespace | tl_title | tl_from_namespace | tl_target_id |
+---------+--------------+----------+-------------------+--------------+
|  197134 |           10 | Foo      |                 0 |            1 |
+---------+--------------+----------+-------------------+--------------+
1 row in set (0.001 sec)