… needs high insertion rate for data which generally fits in memory. Last time I worked with similar system it used MyISAM and… partitioning can impact performance of your select queries dramatically. The inserts in this case of course are bulk inserts… using single value inserts you would…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… it works compared to traditional MyISAM FTS. We’ll get to performance in the third installment. … is this one, which discusses improving bulk insert performance. At the very bottom, the page claims …0.00 sec) mysql> insert into dir_test_innodb (full_name, details) SELECT reverse(full_name), details…

