https://bugzilla.wikimedia.org/show_bug.cgi?id=20186
--- Comment #10 from Roan Kattouw <[email protected]> 2009-12-01 16:46:04 UTC --- (In reply to comment #8) > Not a coder but... add an index for rev_deleted? > An index on rev_deleted by itself wouldn't help much, because there are few possible values for it. Adding indexes on (rev_page, rev_deleted, rev_timestamp) and (rev_user_tetx, rev_deleted, rev_timestamp) or different permutations thereof could work, but it's a lot of accommodation for such a minor feature IMO. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
