Last modified: 2010-05-15 15:37:36 UTC
This is just for tracking. I made a change to site_stats in 1.4 which I need to port to HEAD before we switch to 1.5. It makes Special:Statistics much faster. The most difficult part is ss_admins.
Is there a need for ss_admins? It should be a fairly straightforward query in 1.5, eg: select count(*) from user_groups where ug_group='sysop';