On 30 Nov 2011, at 7:01pm, Richard Hipp wrote:

> The wal file persists until the last connection to the database closes,
> then the wal file is deleted.

Actually this is the key to a lot of questions about this.  If your WAL file is 
taking up too much space, quit and restart your app.  Or have your app close 
and reopen the database connection.

It's a little more complicated in multi-user or multi-process situations, of 
course.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to