magedbm2
magedbm2 copied to clipboard
Merge insert statements when importing data
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.