http://www.perlmonks.org?node_id=836946


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

You're describing my second snippet.

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