At 04:13 AM 10/29/2007, Devi wrote:
I'm running only MySQL in that machine. That's why i can't understand why it consumes only 50% of CPU.


Because MySQL has to wait for the hard disk. If your table fits into memory, then make it a memory table and CPU utilitization should increase dramatically (less wait time). Or you can try and get a faster hard drive, defrag it, optimize your tables, and buy faster controller card and if you're using it over a network, get a faster network card.

Mike

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to