01/06/2014 at 3:12 pm
#276512
Keymaster
@ Mike
The upper limit per import is still server resource bound. I’ve only tested up 20,000 in a CSV import. The current CSV Import will import the import in lots of 100. If you have a beefier server, you could alter this value quite easily to import 1000 at a time. Imports are more efficient in larger chunks. I have to keep the value low so it doesn’t run into problems on the lower priced shared hosts.
NOTE: Even though the imports happen in chunks the CSV library I use still parses the entire file, so that’s where the script will be server resource bound.
Hope that helps.
