I have turned off using PRAGMA wal_autocheckpoint = 0. There is a background 
thread which would call sqlite3_wal_checkpoint at some interval of time to 
ensue that WAL size does not grow big.

I dont see any error returned by API sqlite3_wal_checkpoint. Also I dont see 
WAL size being reduced after successful call to API. One thing i am sure is 
there is no write operations happening during this process.

Is there something I am missing? 


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

Reply via email to