|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: sql loader vs perl dbiby runrig (Abbot) |
| on Nov 21, 2012 at 23:22 UTC ( #1005027=note: print w/ replies, xml ) | Need Help?? |
|
DBD::Oracle natively supports the execute_array method, and it is quite fast. Maybe not quite as fast as sqlldr, but it should get through 200,000 records (in batches of 1000 or so) in no time. sqlldr with direct path might be the fastest, but direct path has it's own issues that should be considered (e.g. letting you insert duplicates leaving unique constraints in a disabled state).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||