Hello !
I have a question about what is considered a reader ?
Is a prepared statement considered a reader ?
local stmt = dbprepare("select id from atable where onefield=?");
Cheers !
> Fri Mar 18 2016 03:50:30 PM CET from "Richard Hipp" <drh at sqlite.org>
>Subject: Re: [sqlite] Wall checkpoint not running
>
> 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
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
>
>
?