> I have set up a test program without QtSql and could not reproduce any of > the performance degradations. So the problem has nothing to do with sqlite. > Sorry for the noise.
I guess Qt either ignores some of your pragmas, or resets their values to what it thinks is better. Also I'm afraid it ignores your async module VFS, so I suggest you to check twice that it's really used as you intend it to be. Pavel On Wed, Sep 1, 2010 at 1:56 AM, Benjamin King <[email protected]> wrote: > Pavel, > > I have set up a test program without QtSql and could not reproduce any of > the performance degradations. So the problem has nothing to do with sqlite. > Sorry for the noise. > > Cheers, > Benjamin > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

