…=/mnt/data/mysql #for SSD innodb_flush_neighbor_pages = none innodb_adaptive_flushing_method = keep_average innodb_file_per_table = true innodb_data_file_…= 4M bulk_insert_buffer_size = 8M myisam_sort_buffer_size = 8M myisam_max_sort_file_size = 10G #myisam_max_extra_sort_file_size = 10G myisam_…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… second part will compare query results between MyISAM FTS and InnoDB FTS over the same data sets, and then finally in the third… is that the engine is MyISAM rather than InnoDB. Loading the data was done via a simple Perl script, inserting one row at a… discusses improving bulk insert performance. At the very bottom, the page claims that you can speed up bulk loading into an InnoDB FT index…

