On 11 Mar 2015, at 5:33pm, Mario M. Westphal <mw at mwlabs.de> wrote:

> All recent occurrences of the problem where on local hard disks / SSD disks. 
> It even affects the small configuration databases my application maintains in 
> SQLite, with the FULL synch mode for maximum safety. These also use WAL / 
> shared_cache but are only updated a couple of times per minute and have to 
> endure much less stress by concurrent multi-thread read/write.

If those databases are small then running "PRAGMA integrity_check" on them 
should be very fast.  Can you have your app run that PRAGMA each time it starts 
up and quits and show a warning if it finds anything ?

Simon.

Reply via email to