The stupid question is the question not asked | |
PerlMonks |
Re^3: When to use forks, when to use threads ...?by perrin (Chancellor) |
on Sep 05, 2008 at 11:17 UTC ( [id://709246]=note: print w/replies, xml ) | Need Help?? |
If you're using MySQL, the fastest approach is to load the data in a temporary table and then use an INSERT... ON DUPLICATE UPDATE statement to copy it all into the existing table in one shot.
In Section
Seekers of Perl Wisdom
|
|