June 19, 2013

Comment: Innodb Performance Optimization Basics

… slow things down. working on it!) I’ve seen great speed improvements using just these tips alone. What I don’t see… set your buffers and settings too high and restart your mysql server, mysql wont instantly complain. What I think happens is it… mysql would be that they would allow you to log queries which trigger counters of things like sort_merge_pass, full joins

Post: SHOW INNODB STATUS walk through

…output and how to use this info to improve MySQL Performance. To start with basics SHOW INNODB …be “waiting in InnoDB queue” or “sleeping before joining InnoDB queue”. Latest one is quite interesting – …hash index Innodb builds for some pages to speed up row lookup replacing btree search with hash…

Post: Innodb Performance Optimization Basics

… it would not swap out MySQL out of memory. MySQL Innodb Settings The most …_size – This depends on your recovery speed needs but 256M seems to be… pressure, in most cases this setting improves performance. Though be careful if you… keys (try to use it in joins), large unpacked indexes (try to be …