What would be causing this query?
What would be causing this query? It seems to run every so often and practically takes down my whole server because it bogs everything down.
mysql -p -e "explain SELECT COUNT(*) AS count FROM post WHERE
dateline >= '1115866077'" vbforums
which produces 500,000 rows. It seems to run every now and again, and
causes MySQL to sit hammering the disk for a while (right now it has
been running for over 3 minutes).
|