is there a way to do the initial upload of all users via sql directly. The batch synch job takes very long and crashed two times so far.
How would an insert statement for a single user look like?
Greetings, Nima
The thing that takes time is not reading the file, it's creating the users. So doing the insert statements directly isn't going to be any faster.
/Lars
https://openacs.org/forums/message-view?message_id=157301