Been getting a lot of hangs on the website for the last few months - so I've been collecting data in the slowqueries log.
A few crop up, however nothing really serious except this one:
It's in the log very frequently with over 60 seconds of processing time!
Is there anything that can be done to help with this?
A few crop up, however nothing really serious except this one:
Code:
# Query_time: 61.015625 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 139036
SET timestamp=1331681918;
SELECT
entry.contentid,
entry.varname,
entry.dateline,
user.userid,
user.username,
user.usergroupid,
user.infractiongroupid,
user.displaygroupid
FROM vb_dbtech_thanks_entry AS entry
LEFT JOIN vb_post AS post ON(post.postid = entry.contentid)
LEFT JOIN vb_user AS user ON(user.userid = entry.userid)
WHERE post.visible = 1
AND post.userid NOT IN (6984,6845,9983,9986,42080)
AND post.threadid = '295450'
AND entry.contenttype = 'post';
It's in the log very frequently with over 60 seconds of processing time!
Is there anything that can be done to help with this?