On Wed, Feb 19, 2014 at 2:23 AM, Tyler Romeo tylerromeo@gmail.com wrote:
On Wed, Feb 19, 2014 at 1:26 AM, MZMcBride z@mzmcbride.com 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