https://bugzilla.wikimedia.org/show_bug.cgi?id=41854
--- Comment #2 from Sam Reed (reedy) <[email protected]> 2012-11-07 17:25:02 UTC --- array( 'transcode_key' => $key ), transcode_key from the transcode table isn't indexed (well, it is, as a second column, but if we're not using that one, it doesn't help) That one can/should be trivially fixed by adding an extra index on it. Table should be small enough to add the index straight off -- 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
