On Wed, Feb 19, 2014 at 2:23 AM, Tyler Romeo <[email protected]> wrote:
> On Wed, Feb 19, 2014 at 1:26 AM, MZMcBride <[email protected]> wrote: > > There are likely others. What can be done to address this issue? > > Only way I can think of is to improve the Lua <-> PHP API so that users > can make the queries directly. > Patches welcome. Keep in mind that we don't want to be fetching huge pagelists many times per page, so most such functions should probably be marked expensive, should have a reasonable maximum limit on results per call, and the database queries must be well-indexed. Relevant bugs include: * https://bugzilla.wikimedia.org/show_bug.cgi?id=48175 * https://bugzilla.wikimedia.org/show_bug.cgi?id=48174 * https://bugzilla.wikimedia.org/show_bug.cgi?id=47137 -- Brad Jorsch (Anomie) Software Engineer Wikimedia Foundation _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
