On 18 Mar 2016, at 2:00pm, 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.  

Can you please run these commands and tell us the result ?

PRAGMA wal_autocheckpoint;
PRAGMA wal_checkpoint;

Simon.

Reply via email to