https://bugzilla.wikimedia.org/show_bug.cgi?id=55377
--- Comment #1 from Krinkle <[email protected]> --- @Roan: Are you really sure we need more indices for this? What about watchlist. Watchlist uses the same recentchanges table with a major INNER JOIN on watchlist (as opposed to just a few "WHERE rc_title IN ( ..)"). Watchlist also does the rc_timestamp sort and range. Of course, it is possible that this just proves the opposite (watchlist is also slow, but we can't remove it, and we can remove rctitles from the API to avoid it from getting worse). Is that the case? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
