pilot823 Member Oct 28, 2025 #1 Example Select xf_thread,thread_id from xf_thread where xf_thread.title rlike '...... When we get more the 15 to 25 ahow up a time on the backend. Are Forum slow down to a craw. Any Suggest on how to fix this issue?.
Example Select xf_thread,thread_id from xf_thread where xf_thread.title rlike '...... When we get more the 15 to 25 ahow up a time on the backend. Are Forum slow down to a craw. Any Suggest on how to fix this issue?.
pilot823 Member Oct 29, 2025 #2 Can anyone help explain why are forum is having these issues. Upvote 0 Downvote
Mike Fara Well-known member Oct 29, 2025 #3 RLIKE forces a full table scan, use LIKE instead Upvote 0 Downvote
pilot823 Member Oct 29, 2025 #4 Mike Fara said: RLIKE forces a full table scan, use LIKE instead Click to expand... I will try that put Upvote 0 Downvote
Mike Fara said: RLIKE forces a full table scan, use LIKE instead Click to expand... I will try that put