in reply to Re^2: DBI::SQLite slowness
in thread DBI::SQLite slowness
This is what I get on an Atom eee pc (1.6Ghz), after I removed
and changeduse v5.16.0;
tosay "Total time: ", (time - $start); # 180 seconds
print "Total time: ", (time - $start); # 180 seconds
time perl db.pl Total time: 5 real 0m5.348s user 0m0.360s sys 0m0.820s
marica.fr : Gestion des contrats, des dossiers contentieux et des sinistres d'assurance
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: DBI::SQLite slowness
by Endless (Beadle) on Sep 20, 2013 at 19:12 UTC |
In Section
Seekers of Perl Wisdom