On 8/25/15, Jakub Zakrzewski <jzakrzewski at e2e.ch> wrote: > If I can provide any useful information, just tell me,
Perchance, do you have a reproducible test case that you can share? Have you considered adding timers on individual SQL operations to see which ones are slower and/or faster? Can you record all SQL operations (using sqlite3_trace()) as well as the starting state of the database and reproduce the problem by running a log of the SQL operations against a copy of the initial database? -- D. Richard Hipp drh at sqlite.org