Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: DBI execute_array

by runrig (Abbot)
on Feb 11, 2009 at 15:21 UTC ( [id://743092]=note: print w/replies, xml ) Need Help??


in reply to DBI execute_array

I believe that the fastest way to do this is with the DBI/execute_array function.
The fastest way, since you're using Oracle, would be with sqlldr. It's more of a hassle than DBI, but a lot quicker.

Update: Well, execute_array on Oracle is pretty darn fast. What took several minutes with single row inserts now takes a few seconds. Color me impressed. My only issue is with the return value, which doesn't seem to be correct.

Update 2: With new library DBIx::BulkUtil even sqlldr is not a hassle anymore.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://743092]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-28 16:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found