[RSS Feed/News] Add use index to merge posts query

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
In large thread merging posts query took long time in some environment:
Code:

Code:
analyze
    -> SELECT post_id, post_date, user_id, username, reaction_score, reactions
    -> FROM xf_post
    -> WHERE thread_id = 14369
    -> ORDER BY post_date
    -> LIMIT 1;

+------+-------------+---------+-------+-------------------------------------------------------------+-----------+---------+-------+---------+------------+----------+------------+-------------+
| id   | select_type | table   | type  |...

Read more

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