https://bugzilla.wikimedia.org/show_bug.cgi?id=46208
Erik Zachte <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low CC|[email protected] |[email protected] Depends on| |46198 Severity|normal |minor --- Comment #2 from Erik Zachte <[email protected]> --- One of the design anomalies that dates back to an era when the English dump could be parsed in minutes rather than days ;-) Current implementation is really inefficient (bad coded) as for some metrics in WikiCountsOutput.pm data are established month by month, and for every iteration a recursive lookup occurs. The inefficiency grows over month by month, but speed improvements in hardware make it less urgent. If Wikistats would change to incremental updates https://bugzilla.wikimedia.org/show_bug.cgi?id=46198 the issue is mute. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
