Slimdump v1.12.0 Release Notes

Release Date: 2020-09-15 // over 3 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 being DISABLED before inserting data and ENABLED afterwards.

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.