June 18, 2013

Comment: Choosing innodb_buffer_pool_size

Hello, My Mysql server is heavily loaded, now 300 qps average. It uses %50 Cpu in average and just 700MB of ram… practice to lower cpu usage through buffering or caching? innodb_buffer_pool_size is set to default value. (8mb) I have Innodb, MyIsam and… % Current innodb_buffer_pool_size = 8 M KEY BUFFER Current MyISAM index space = 113 M Current key_buffer_size = 192 M…

Post: Cache Performance Comparison

… performance is likely to be lower due to less CPU cache usage efficiency larger object size and … Unix Socket is used to connect to MySQL MySQL Query Cache will be faster. The explanation…` varchar(255) default NULL, PRIMARY KEY (`k`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `test` VALUES (‘…