Closed (fixed)
Project:
User Import
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Oct 2007 at 11:59 UTC
Updated:
1 Oct 2018 at 21:57 UTC
Jump to comment: Most recent
Comments
Comment #1
panis commentedis the send email option checked? the system may be trying to send an email to all your added users- which may be killing it on time. For this volume of data - I would recommend just importing the file directly into your mysql database via command line tools and not through the module. Let me know what your requirements are and I can pull together a simple mysq load command to do this.
Comment #2
Anonymous (not verified) commentedNo email.
Thanks for the reply. I'm already putting together a direct mysql setting. Just wanted a sanity check before I did the work.
Comment #3
robert castelo commentedUser Import was designed to be highly scalable, by splitting imports over multiple cron runs.
I'd love to spend some time stress testing it to see where the bottlenecks are.
Comment #4
ferrangil commentedwhoiskevin, could you post, more or less, the mysql commands you've been using?? Just to get an idea... Thanks!
Comment #5
Anonymous (not verified) commentedHere is the section of code I had that writes the sql file I then imported into MySQL....
Basically it creates a user and then inserts the related profile_values using the data read from a tab separated file of user data.
This worked just fine. It was attempting to use the same file with the user import module that would fail (and nothing was turned on other than a straight import. no emails to users etc.)