[RSS Feed/News] Query in XF slow in PMA fast

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Exactly this query, once executed in XF and once via phpMyAdmin, results in different times. Anybody got an idea?

Code:

Code:
SELECT content_user_id
                                FROM xf_reaction_content AS rc
                                LEFT JOIN xf_post AS post ON (rc.content_id = post.post_id)
                                LEFT JOIN xf_thread USING(thread_id)
                                WHERE  node_id = 42 AND rc.content_type = 'post'
                                AND...

Read more

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