…buffer_size = 8M read_buffer_size = 1M read_rnd_buffer_size = 4M bulk_insert_buffer_size = 8M myisam_sort_buffer_size = 8M myisam_max_sort_file_size = 10G #myisam_max_extra_sort_file_size…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…the InnoDB buffer pool for my 5.6 instance is 128MB – smaller than the size of… bulk insert performance. At the very bottom, the page claims that you can speed up bulk loading… mysql> set global innodb_ft_aux_table=’test/dir_test_innodb’; mysql> set global innodb_optimize_fulltext_only=1; mysql>…

