in reply to DBI::SQLite slowness
When a hash based solution starts to choke because of the amount of data, the easiest solution is to use an on-disk hash. See BerkeleyDB or DB_File. The only change necessary will be to load the module and tie the hash. The rest of the script will stay the same.
Jenda
Enoch was right!
Enjoy the last years of Rome.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: DBI::SQLite slowness
by Laurent_R (Canon) on Sep 21, 2013 at 09:24 UTC | |
by Jenda (Abbot) on Sep 21, 2013 at 16:10 UTC | |
by Laurent_R (Canon) on Sep 21, 2013 at 16:48 UTC |