https://bugzilla.wikimedia.org/show_bug.cgi?id=68428

--- Comment #1 from Brad Jorsch <[email protected]> ---
While this looks easy, anyone attempting this should be sure they are familiar
with MySQL query optimization. The query is currently along the lines of
"SELECT ... FROM page WHERE page_namespace = '0' ORDER BY page_title", using
the name_title index on the page table. Be sure your new query is still indexed
and is not filesorting.

-- 
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

Reply via email to