I use Perl DBI to access the DB, with AutoCommit OFF. I then must commit or rollback every transaction. Most of them are SELECTs only. What will be the most efficient : * commit those side-effect-less transactions (with no mods to the data) * or rollback them (with the same result) TIA, Nicolas Huillard ************