#wikimedia-office: RFC meeting
Meeting started by TimStarling at 21:00:18 UTC
(full logs).
Meeting summary
- RFC: Unify various deletion systems (TimStarling, 21:00:58)
- - https://phabricator.wikimedia.org/T198156 --
wrt the unification of deletion systems, not sure if that would be
related (Hauskatze,
21:26:38)
- <TimStarling> you can either have table
scanning, or strikethrough, or have an additional index
(user,deleted,timestamp) (Krinkle,
21:31:03)
- Krinkle says hiding revisions from
Special:Contributions (not just strikethrough) is a hard
requirement (TimStarling,
21:44:46)
- There's also a need for selective deletion or
some equivalent feature such as history splitting to clean up
action=history on heavily vandalised pages (TimStarling,
21:45:44)
- for contributions, it's unclear whether table
scanning or an additional index is optimal for performance:
CPU/memory tradeoff (TimStarling,
21:47:45)
- third query plan option for contributions is
tgr's idea of (user,deleted,timestamp) and have deleted IN(0,1) for
unified views (TimStarling,
21:49:48)
- title table can be done first and
separately (TimStarling,
21:59:47)
- perhaps possible to have deleted pages in the
page table, with (page_deleted,page_title_id) index (TimStarling,
22:00:56)
- Without additional care, manual history merge
via undelete might stop if no longer title based but page_id based.
To be fixed by either continuing to be title based (using
page_archive, or non-unique page_title), or by requiring use of
Special:MergeHistory and updating that to do rev_page updates
instead of delete/move/undelete. (Krinkle,
22:01:07)
- current selective deletion use case (hiding
things from history) could be done by creating a new deleted page
and moving selected revisions into it (TimStarling,
22:02:18)
Meeting ended at 22:04:41 UTC
(full logs).
Action items
- (none)
People present (lines said)
- Krinkle (62)
- TimStarling (45)
- tgr (11)
- legoktm (8)
- bawolff (5)
- Regenpfeifer (3)
- wm-labs-meetbot` (3)
- Hauskatze (2)
- stashbot (2)
Generated by MeetBot 0.1.4.