Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^5: DBI - Table names & placeholders

by ikegami (Patriarch)
on Apr 26, 2010 at 07:08 UTC ( [id://836846]=note: print w/replies, xml ) Need Help??


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

Still not exactly what I would have liked

Maybe if you told us what you wanted?

Replies are listed 'Best First'.
Re^6: DBI - Table names & placeholders
by McDarren (Abbot) on Apr 26, 2010 at 11:13 UTC
    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.

      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://836846]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found