On 22/08/07, brion(a)svn.wikimedia.org <brion(a)svn.wikimedia.org> wrote:
> Revert r25037 -- just removes functionality from Special:DoubleRedirects instead of fixing the paging problem
I don't agree that this doesn't solve the paging problem; that's
exactly what it *does* do. The removal of functionality is an
unfortunate side-effect.
The current behaviour caused a large number of individual queries to
be executed when the results were cached. If these reports are cached
because they are too expensive to run live, then running up to 1000
individual variants of such a query is surely unacceptable?
Note that the report branch I did some work in (which is almost
complete; minor bits remaining; could do with some review) solves this
issue - when a report is cached, cached rows can be saved with
additional arbitrary parameters, which we could use in, e.g.
Special:DoubleRedirects to save the other titles.
Rob Church