Hello dear sqlite users,

is it ok to mix journal modes from different threads accessing the same
database?

The typical scenario is that I use one thread for reading using normal
(default) journalling (e.g. only SELECT queries are performed) and two to
four threads for writing using WAL journalling.

I'm using it like that because most of the times I'm using SELECT queries
only and I don't want journal files to be created (as it's the case with
WAL).

Is this the right way of doing it?

Thank you,
George.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to