in reply to Re^2: std dev calculations slow over time
in thread std dev calculations slow over time

Transactions (in any database support by DBI) are handled with the $dbh->begin_work and $dbh->commit methods. See the "transactions" section of DBI.pm.
  • Comment on Re^3: std dev calculations slow over time