Slimdump v1.12.0 Release Notes
Release Date: 2020-09-15 // over 2 years ago-
๐ 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.
- Optional parameter
Previous changes from v1.11.0
-
๐ Locking the tables before inserting data (and unlocking them afterwards) improves the import performance significantly. In addition, it adds a bit of a security level.