I\'m currently working on creating an environment to test performance of an app; I\'m testing with MySQL and InnoDB to find out which can serve us best. Within this environm
I had issues doing a lot of bulk importing and recommend the accepted answer. I found you can also speed things up significantly by:
innodb_log_file_size
* innodb_log_files_in_group
is sufficient to avoid writing to disk in sub-second frequencyRegarding #2 the defaults of 5M * 2 will not be enough on a modern system. For details see innodb_log_file_size and innodb_log_files_in_group