in reply to DBI::SQLite slowness
You must perform SQLite operations in a transaction, because if you do not, it will re-read and re-verify e-v-e-r-y I/O operation, by design.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: DBI::SQLite slowness
by Endless (Beadle) on Sep 20, 2013 at 17:59 UTC | |
by erix (Prior) on Sep 21, 2013 at 13:13 UTC | |
by Endless (Beadle) on Sep 21, 2013 at 18:20 UTC | |
by erix (Prior) on Sep 22, 2013 at 05:12 UTC |
In Section
Seekers of Perl Wisdom