Re: [sqlite] Using journal_mode WAL on SQLite with .NET

2012-07-14 Thread Kees Nuyt
On Sat, 14 Jul 2012 12:51:54 -0500, Anthony Presley wrote: >Our application uses SQLite with an older version of the .NET DLL, and >we're using version 1.0.65.0 > >Unfortunately, I don't know what version the underlying SQLite library >actually is ... how would I find out? We are running into so

[sqlite] Using journal_mode WAL on SQLite with .NET

2012-07-14 Thread Anthony Presley
Our application uses SQLite with an older version of the .NET DLL, and we're using version 1.0.65.0 Unfortunately, I don't know what version the underlying SQLite library actually is ... how would I find out? We are running into some insert performance issues - and want to try out the journal_mod