
13 May
2011
13 May
'11
12:23 p.m.
On Fri, May 13, 2011 at 1:55 PM, Lars Jørgensen
9,000 tickets is nothing. There is a bottleneck somewhere in your setup. Take a look at load, swap and cpu usage on your server (assuming you're on Linux), and take a long, hard look at your database. If you're runnning MySQL, I can recommend mysqltuner.pl (just "wget mysqltuner.pl" and run it). It's a great tool to get pointers for performance tuning your MySQL server.
mysqltuner.pl can not provide sensible recommendations for Microsoft SQL server :D But yes, it's a nice tool - for MySQL sysadmins/DBAs. -- Mike