On 3/18/16, Domingo Alvarez Duarte <sqlite-mail at dev.dadbiz.es> wrote: > > I have a database with more than 12,000,000 rows in one table and around 6GB > in size, it's in wall mode and when I run this program the wall file grows > unbound, it doesn't seem that the checkpoint is doing any work. > > I read the documentation and as I understood the automatic checkpoint should > be running in this case (only this application has the database open and > only > one connection and no threads). >
Did you read this: https://www.sqlite.org/wal.html#bigwal -- D. Richard Hipp drh at sqlite.org