![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Batch INSERT performanceby samtregar (Abbot) |
on May 05, 2009 at 20:10 UTC ( [id://762051]=note: print w/replies, xml ) | Need Help?? |
What database are you using? This is faster with MySQL, often by a significant margin. Even faster is LOAD DATA, but that requires some moderately annoying data formatting and error handling is harder (error ignoring is easy though!).
-sam
In Section
Seekers of Perl Wisdom
|
|