single-line-insert-statements
This release comes with the following changes:
- Optional parameter
--single-line-insert-statements
: This option can speed up imports significantly if you dump tables with a very large number of rows. KEYS
are beingDISABLED
before inserting data andENABLED
afterwards.