Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2522 visitors today
Log In Register

Forum OpenACS Q&A: Re: Batch Synch with SQL

OpenACS Home : Forums : OpenACS Q&A : Re: Batch Synch with SQL : One Message

+
3: Re: Batch Synch with SQL (response to 1)
Posted by Lars Pind on
Why/how did the batch sync job crash?

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