magedbm2 icon indicating copy to clipboard operation
magedbm2 copied to clipboard

Think of a better way to get the row count for data imports

Open punkstar opened this issue 7 years ago • 0 comments

Presently, for data imports we scan through the import file once to generate the max for the progress bar (unless --no-progress is provided). We know the row count when we generate the export, so storing that in the export file somewhere would speed up imports when the progress bar is enabled.

punkstar avatar Apr 10 '18 10:04 punkstar