RSS Feed/News Very slow query causing server issues.

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,382
Points
823

Reputation:

I have a forum with 1.6M threads, 1M members, and 15M messages. Running on an AWS cloud instance with MariaDB 10.5.

The site was migrated from VBulletin.

Does someone know what site feature/page triggers this query:

SQL:

Code:
SELECT COUNT(*)
                                FROM `xf_thread` FORCE INDEX (`last_post_date`)

WHERE (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.
` <> 60) AND (`xf_thread`.`node_id` <> 66) AND (`xf_thread`.`node_id`...

Read more

Continue reading...
 
Status
Not open for further replies.
Top