… is worrisome to me. Let’s zoom in to 10 min intervals and see throughput: We can see periodical drops, which…_size = 1000 query_cache_size = 0 query_cache_type = 0 ft_min_word_len = 4 #default_table_type = InnoDB thread_stack = 192K…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
… set innodb_ft_min_token_size to 4 (rather than the default of 3) so that it matches MyISAM’s default ft_min_word…’s middle initial. To test this hypothesis, I reset innodb_ft_min_token_size to 1, dropped/rebuilt the InnoDB index, and… raise the question of why it works with MyISAM when ft_min_word_length defaults to 4, but that is a topic…

