webfactory / slimdump

A tool for creating configurable dumps of large MySQL-databases.
MIT License
184 stars 26 forks source link

Add option to write INSERT statements to one single line (Case 109924) #73

Closed relthyg closed 4 years ago

relthyg commented 4 years ago

We have noticed that extended inserts with a large amount of data can run significantly faster if they do not contain newlines ("\n"). To make this behavior available in Slimdump, we introduce the --single-line-insert-statements option.

To ensure BC, this option defaults to FALSE.

mpdude commented 4 years ago

:+1: Vielen Dank!