in reply to Re^2: SQLite in memory database to scalar
in thread SQLite in memory database to scalar
Well, aside from extending DBD::SQLite, how about writing the file to an in-memory filesystem, and using something like IO::Compress::Gzip to compress as you output the file instead of calling an external tool (as it sounds like you're doing now)?
Also, in terms of speed, benchmarks speak much louder than words ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: SQLite in memory database to scalar
by Rodster001 (Pilgrim) on Mar 19, 2014 at 22:47 UTC | |
by Anonymous Monk on Mar 19, 2014 at 23:00 UTC |