On Sep 25, 2011, at 1:12 PM, Artyom Beilis wrote: > Basically I want to do many inserts and reads > using the database and I want to keep ACI of ACID > part. I mean I don't care that some of the transactions > are get lost, but I do care that the database state > would remain consistent in case of catastrophic fault.
perhaps various combinations of PRAGMA journal_mode OFF, PRAGMA synchronous OFF, PRAGMA temp_store MEMORY, etc will get you what you want, no? _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

