Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: std dev calculations slow over time

by randyk (Parson)
on Oct 22, 2006 at 23:09 UTC ( [id://579917]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://579917]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-25 04:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found