View Single Post
  #6 (permalink)  
Old 06-18-2008, 01:11 PM
pwiesner pwiesner is offline
Senior Member
 
Join Date: Mar 2007
Posts: 201
Default

Certainly a bulk SQL insert will be faster than using either the webservice or the direct API but both of these options are pretty fast. How many user accounts are you trying to create and how frequently will you be creating them?

As a data point, I was able to create 10,000 user accounts in 2 minutes and 17 seconds using the webservice; admittedly my test was pretty basic.

Do you remember who you spoke to about creating encrypted passwords directly in the database?
Reply With Quote