randominity
10-07-2006, 12:30 PM
So my boards have ~1.3m posts now.. and when I try to do a query from my shell
SELECT * FROM vb3_post WHERE ipaddress LIKE 'blah%';
the result is:
1995 rows in set (4 min 8.30 sec)
The current load on the server is:
[nolimit@ded-lax-016 ~]$ uptime
06:27:52 up 19 days, 17:31, 3 users, load average: 11.14, 11.27, 8.91
Is this supposed to happen given the load? Or any idea of what could be wrong?
SELECT * FROM vb3_post WHERE ipaddress LIKE 'blah%';
the result is:
1995 rows in set (4 min 8.30 sec)
The current load on the server is:
[nolimit@ded-lax-016 ~]$ uptime
06:27:52 up 19 days, 17:31, 3 users, load average: 11.14, 11.27, 8.91
Is this supposed to happen given the load? Or any idea of what could be wrong?