Reply to Re: Need help getting a script for huge inserts
Posted by Sean on 12/05/05 13:59
If you are using mysql instead of using INSERTS you should save the
data to a file and then use the LOAD DATA statement it will speed
things up considerably. LOAD DATA is about 20 times faster than INSERT.