At 07:35 AM 12/14/01 -0800, Benjamin Franks wrote: >I'm using the Perl DBI to interact with my PostgreSQL 7.1.3 database. I had a section of code that looked something like the >following (it's only pseudocode): .... >block to two eval blocks with some statements outside the eval? What about multiple commits--could they be expensive >operations?
Yep commits are expensive. Reducing the number of commmits needed might speed things up. Good luck, Link.
