In ChangesListQuery the recentchanges query is joining link tables in applyLinksToCondition and applyLinksFromCondition.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T343131 Commons database is growing way too fast | |||
| Open | Ladsgroup | T398709 FY2025-26 WE 6.4.1: Move links tables of commons to a dedicated cluster | |||
| Open | None | T411577 Make ChangesListQuery compatible with commons split |
Event Timeline
Comment Actions
If this is about RecentChangesLinked: I think the only solution we can do is to query templatelinks/imagelinks/etc from the requested page with limit of 1000 and then query rc table with condition of rc_page IN (...). Meaning for most cases it'll still continue to work as is but it'll break for more heavily used pages.