MySQL why use --skip-extended-insert? #117
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Looking at how
mysqldump
is used, I noticed the flag--skip-extended-insert
. Why write INSERT statements using one-row syntax that includes only one record in one statement, if it will be much much slower than having multiple records in one INSERT statement? Specially when importing a lot of data.The text was updated successfully, but these errors were encountered: