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


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

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 :)