magedbm2 icon indicating copy to clipboard operation
magedbm2 copied to clipboard

Merge insert statements when importing data

Open punkstar opened this issue 7 years ago • 0 comments

At the moment we just execute one INSERT query per row in the data export file. We could speed up the import by combining chunks of rows into single INSERT statements.

punkstar avatar Apr 10 '18 11:04 punkstar