Re: [sqlite] Fine tuning SQLite performance with WAL mode

2013-06-24 Thread Runcy Oommen
fraud.org>; General Discussion of SQLite Database <sqlite-users@sqlite.org> Sent: Friday, June 14, 2013 11:49 AM Subject: Re: [sqlite] Fine tuning SQLite performance with WAL mode Thanks you Simon for your insightful reply, appreciate it.   I will make the respective change

Re: [sqlite] Fine tuning SQLite performance with WAL mode

2013-06-14 Thread Runcy Oommen
lite.org> Sent: Thursday, June 13, 2013 4:06 PM Subject: Re: [sqlite] Fine tuning SQLite performance with WAL mode On 13 Jun 2013, at 7:34am, Runcy Oommen <net4ru...@yahoo.co.in> wrote: > PRAGMA journal_mode = wal; WAL is the new modern way to do things and is generally better in lo

Re: [sqlite] Fine tuning SQLite performance with WAL mode

2013-06-13 Thread Simon Slavin
On 13 Jun 2013, at 7:34am, Runcy Oommen wrote: > PRAGMA journal_mode = wal; WAL is the new modern way to do things and is generally better in lots of ways. Use it unless it causes problems for you. > PRAGMA wal_autocheckpoint = 10; > > Now I know that the default

[sqlite] Fine tuning SQLite performance with WAL mode

2013-06-13 Thread Runcy Oommen
Hello everyone, (CAUTION: Lengthy email, but very interesting issue and hence requesting your attention to help) My application uses 3 SQLite DBs with varying degrees of usage (which I will explain below). After reading about WAL mode, switched all my DBs from delete to wal. I'm however

[sqlite] Fine tuning SQLite performance with WAL mode

2013-06-12 Thread Runcy Oommen
Hello users, My application uses 3 SQLite DBs with varying degrees of usage (which I will explain below). After reading about WAL mode, switched all my DBs from delete to wal. I'm however disappointed with the outcome and do not see any significant increase in performance levels (or in some