June 19, 2013

Post: MySQL Upgrade Webinar Questions Followup

… It should not be the problem. Innodb internal format is rather low level and it rarely impacts …issues might be making MySQL Replication to work. You might need to inject MySQL 5.0 in between …to upgrade from MySQL 5.5 to Percona Server 5.5 Compatibility is our highest priority with Percona …

Post: Using MyISAM in production

MySQL treats updates as higher priority operations. You can use SELECT HIGH_PRIORITY or UPDATE LOW_PRIORITY to adjust that or you can simply set low_priority…is only part of the problem. The other problem is – it is hard to… to. Also be worried about replication with different storage engines. Then …