On 3/11/15, Mario M. Westphal <mw at mwlabs.de> wrote:
>
> I use pragma synchronous=NORMAL and for a highly-critical (yet small, 2 MB)
> database even synchronous=FULL.

synchronous should not matter, except following a power-outage.

>
> My application is multi-threaded, but each thread uses a separate instance
> of SQLite.
>

Are there ever multiple processes writing to the database?  Or is it
always just one process at a time?
-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to