https://bugzilla.wikimedia.org/show_bug.cgi?id=26393
--- Comment #2 from Roan Kattouw <[email protected]> 2010-12-22 16:57:32 UTC --- Created attachment 7922 --> https://bugzilla.wikimedia.org/attachment.cgi?id=7922 Proposed patch The attached patch adds a page_redirect_namespace_len index on (page_is_redirect, page_namespace, page_len) and modifies Special:Shortpages (and by extension Special:Longpages) to use it. It also makes these special pages just query the main namespace rather than all content namespaces, or the query will still be potentially unindexed. I didn't remove the page_len index in this patch, even though it seems to be unused with these changes applied. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
