hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Adding options to allow for better innodb import performance. #306

Closed mvance closed 8 years ago

mvance commented 8 years ago

I've been looking into ways to optimize the VLAD build time. This code change keeps the default behavior, but allows for some optional optimizations that can improve InnoDB performance, especially when importing a large database. More information specifically on innodb_flush_log_at_trx_commit can be found in Drupal core issue #817398.