http://qs321.pair.com?node_id=579917


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

my $dbh = DBI->connect( "dbi:SQLite:$dsn", '','',
{ RaiseError => 1, AutoCommit => 0 } )
or die "$DBI::errstr\n";
I found with Win32 ActivePerl that explicitly setting $dbh->{AutoCommit} = 0; here helps.
  • Comment on Re^3: std dev calculations slow over time