Re: MySQLTuner

2010-04-03 Thread Rob Wultsch
On Wed, Mar 31, 2010 at 9:47 PM, sangprabv wrote: > Hi, > I run mysqltuner this morning and I got these warning: > [!!] Key buffer size / total MyISAM indexes: 12.0G/23.2G > [!!] Key buffer hit rate: 76.9% > [!!] Query cache efficiency: 0.0% > [!!] Temporary tables c

Re: MySQLTuner

2010-04-01 Thread Johan De Meersman
> > - Analyze your SELECT queries to see which tables are used most often and > increase the key buffer size to hold at least the indexes from those > table in the memory. (the 80/20 rule might be applicable here) > Additionally, have a look around the documentation for named key buffer pools, a

Re: MySQLTuner

2010-04-01 Thread Raj Shekhar
In infinite wisdom sangprabv wrote: > My physical RAM is only 16Gb. I am afraid it will freezed the server > if I set key_buffer_size (> 23.2G). Any suggestion to optimize it? > Thanks for any response. > IIRC, on Linux, Mysql will scale back the settings it sees that you are trying to alloca

MySQLTuner

2010-03-31 Thread sangprabv
Hi, I run mysqltuner this morning and I got these warning: [!!] Key buffer size / total MyISAM indexes: 12.0G/23.2G [!!] Key buffer hit rate: 76.9% [!!] Query cache efficiency: 0.0% [!!] Temporary tables created on disk: 27% [!!] Table cache hit rate: 5% And mysqltuner recommends to adjust these

MySQLTuner Result

2009-12-03 Thread uYe
Hi list, I have problem with mysqltuner result. My server has 1 2.2G quadcore proccessor, 16GB RAM and with this my.cnf configuration: # * Fine Tuning # key_buffer = 8G max_allowed_packet = 2G thread_stack= 4M thread_cache_size = 256 key_buffer_size