Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
labs: Set TemplateLinksSchemaMigrationStage to WRITE_BOTH | operations/mediawiki-config | master | +4 -0 |
Details
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T300222 Implement normalizing MediaWiki link tables | |||
Resolved | Ladsgroup | T299417 Normalize templatelinks table | |||
Resolved | Ladsgroup | T299420 Turn on write both in beta cluster for templatelinks normalization |
Event Timeline
Comment Actions
Change 769404 had a related patch set uploaded (by Ladsgroup; author: Amir Sarabadani):
[operations/mediawiki-config@master] labs: Set TemplateLinksSchemaMigrationStage to WRITE_BOTH
Comment Actions
Change 769404 merged by jenkins-bot:
[operations/mediawiki-config@master] labs: Set TemplateLinksSchemaMigrationStage to WRITE_BOTH
Comment Actions
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)