mxtabs
Wed 2nd Jul '08, 12:03am
Hi all,
I run a large board in which the post table has grown to > 6GB. This is causing vbulletin to operate enormously slow, and the slow query log is filled with items like this:
# Time: 080701 21:40:06
# User@Host: root[root] @ localhost []
# Query_time: 61 Lock_time: 0 Rows_sent: 3 Rows_examined: 61123
SELECT post.postid
FROM post AS post
WHERE post.threadid = 167837
AND post.visible = 1
ORDER BY post.dateline
LIMIT 61120, 20;
I'm guessing this is a result of the massive indices which have to be searched. Is there any way around this, or will I have to delete old posts?
I run a large board in which the post table has grown to > 6GB. This is causing vbulletin to operate enormously slow, and the slow query log is filled with items like this:
# Time: 080701 21:40:06
# User@Host: root[root] @ localhost []
# Query_time: 61 Lock_time: 0 Rows_sent: 3 Rows_examined: 61123
SELECT post.postid
FROM post AS post
WHERE post.threadid = 167837
AND post.visible = 1
ORDER BY post.dateline
LIMIT 61120, 20;
I'm guessing this is a result of the massive indices which have to be searched. Is there any way around this, or will I have to delete old posts?