[RSS Feed/News] MySQL using 100% CPU with this query, can't make it stop

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Dear Sir/Madam,

We recently upgraded to XF 2.2 and today we noticed the forum was running very slow and checking the server we noticed a high CPU usage coming from MySQL, checking the db process list we only found 3 processes running the same query which is:

SQL:

Code:
UPDATE (
                SELECT content_id FROM xf_reaction_content
                WHERE content_type = ?
                AND reaction_user_id = ?
            ) AS temp
            INNER JOIN xf_post AS reaction_table ON...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom