Very nice! Thanks ! But then - can you turn journaling off and then run a VACUUM and have it run as a 2-step instead of a 3-step?
On Thu, Mar 22, 2012 at 3:25 PM, Petite Abeille <[email protected]>wrote: > > On Mar 22, 2012, at 11:19 PM, Udi Karni wrote: > > > Is there a way to run NOLOGGING in SQlite syntax - which means that if > > something in the destination table/DB fails - you are prepared to just > drop > > it and start over? > > PRAGMA journal_mode=off > > http://sqlite.org/pragma.html#pragma_journal_mode > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

