Re: [Toolserver-l] Global contrib count

2011-04-17 Thread Richard Farmbrough
If it's not a time-critical figure, then user:emijrp does something like this at http://meta.wikimedia.org/wiki/User:Emijrp/List_of_Wikimedians_by_number_of_edits . On 16/04/2011 13:36, Manish Goregaokar wrote: Exactly how resource-intensitive would be a bunch of queries that got the editcount

Re: [Toolserver-l] Global contrib count

2011-04-17 Thread Krinkle
An important key in every allwiki-iteration is imho the re-use of connections. In php this is quite easy actually. $connections = array(); $connections['1'] = mysql_connect( ... ); $connections['2'] = mysql_connect( ... ); etc. then, when you're going to query toolserver.wiki sql db table, in