in reply to Re: fast simple DB (sqlite?) skeleton?
in thread fast simple DB (sqlite?) skeleton?
yes. I added a
at the start (just after connecting), but it still ain't too fast. maybe I added it in the wrong spot, or something else went wrong?!?$dbh->do( "PRAGMA synchronous=OFF" );
I should add that I can estimate how big my data base will be---is there a way to tell SQLite to preallocate?
would dbm be better and faster in this sort of application? (I am on OSX.)
/iaw
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: fast simple DB (sqlite?) skeleton?
by WizardOfUz (Friar) on Jan 25, 2010 at 18:52 UTC |