http://www.perlmonks.org?node_id=1055168


in reply to DBI::SQLite slowness

Hi

If you still like to use SQlite, Try this

$dbHandle->do("PRAGMA journal_mode = WAL");

http://sqlite.org/pragma.html#pragma_journal_mode

Thanks & Regards,
Bakkiaraj M
My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.