Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^6: DBI - Table names & placeholders

by McDarren (Abbot)
on Apr 26, 2010 at 11:13 UTC ( [id://836887]=note: print w/replies, xml ) Need Help??


in reply to Re^5: DBI - Table names & placeholders
in thread DBI - Table names & placeholders

Well, it just irks me that I have to do a separate prepare and execute for every single row of data that I want to insert - as opposed to "prepare once, execute many times".

But, it's no biggie - the job is done and the data is flowing.

Replies are listed 'Best First'.
Re^7: DBI - Table names & placeholders
by ikegami (Patriarch) on Apr 26, 2010 at 16:04 UTC
    You're describing my second snippet.
      oh, duh - yes, of course!

      I've modified my code to use the caching technique in that example, and it works a treat. In production this will be generating ~100,000 inserts on each run (every 2 hours), so I expect it may provide quite a performance boost.

      Thanks again :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-18 19:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found