On that note, is there really any better way we could do this? Right now if I'm remember correctly we check the results of an EXPLAIN for an estimate. Is select count(*) just impossibly slow, even if we cached the result for an hour or whatever?
-Chad
On Sep 20, 2009 10:49 PM, "Tim Starling" tstarling@wikimedia.org wrote:
APseudoUtopia wrote: > I'm running MW 1.15.1. I'm having a problem with the Job Queue. I > noticed t... This is most likely due to a known bug in Special:Statistics, which causes it to give inaccurate numbers for the number of jobs remaining in the queue. You can get an accurate count by running an SQL query, say using phpMyAdmin:
SELECT COUNT(*) FROM jobs;
-- Tim Starling
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimed...