Judging from this query, many revisions from the end of February to October 25 on the English Wikipedia still have both a rev_comment_id and a non-empty rev_comment. We should start blanking out the remaining rev_comment fields on Wikimedia wikis that still have not been blanked yet by running maintenance/migrateComments.php once more on each wiki.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Declined | Feature | None | T6718 Linker::formatComment() should be changed to support lists | ||
Resolved | TheDJ | T6714 Epic: Increasing the length of the edit summary | |||
Resolved | None | T36586 Increase allowable feedback text length | |||
Invalid | None | T51188 [DO NOT USE] Schema changes for Wikimedia wikis (tracking) [superseded by #Blocked-on-schema-change] | |||
Open | None | T6716 Edit summary box should be a multiline input | |||
Resolved | daniel | T161671 Compacting the revision table | |||
Resolved | Anomie | T6715 Allow comments longer than 255 bytes | |||
Resolved | None | T227047 Complete actor table and comment table migration | |||
Resolved | Anomie | T166733 Deploy refactored comment storage | |||
Declined | None | T210935 Blank out remaining rev_comment fields on Wikimedia wikis |
Event Timeline
Comment Actions
We should start blanking out the remaining rev_comment fields on Wikimedia wikis that still have not been blanked yet by running maintenance/migrateComments.php once more on each wiki.
Comment Actions
Talked about this with @Anomie, decided to decline. There are two potential benefits to clearing these out:
- Saving storage space.
Not considered important, because we're going to remove the column entirely "soon", which will yield the same saves and more.
- Hiding comments from WMCS replicas just in case there is something out of sync, given these columns are no longer meant to be used.
This is tracked as T212972, which will make these columns inaccessible entirely rather than just blank.