… baseline. Do not change storage engine at the same time eather… consisting of several query types. Though it is rather …tables involved and check cardinality) Different stats can often cause different plans. Run ANALYZE TABLE on both MySQL… options (might be even defaults) or some more subtle …
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…MySQL 5.6, MyISAM was the only storage engine…DEFAULT NULL, `details` text, PRIMARY KEY (`id`), FULLTEXT KEY `full_name` (`full_name`,`details`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 We also have identical tables…

