Anybody have a clue what the issue is?
xf_post AS post
WHERE post.thread_id = '2'
AND post.post_date > '1383582088'
AND (post.message_state IN ('visible'))
ORDER BY post.position DESC, post.post_date DESC
LIMIT 15;
# User@Host: sqlmronline[sqlmronline] @ ps215118.dreamhost.com [205.196.209.148]
# Query_time: 25.054649 Lock_time: 0.166211 Rows_sent: 0 Rows_examined: 10432
xf_post AS post
WHERE post.thread_id = '2'
AND post.post_date > '1383582088'
AND (post.message_state IN ('visible'))
ORDER BY post.position DESC, post.post_date DESC
LIMIT 15;
# User@Host: sqlmronline[sqlmronline] @ ps215118.dreamhost.com [205.196.209.148]
# Query_time: 25.054649 Lock_time: 0.166211 Rows_sent: 0 Rows_examined: 10432