I see.
How safe it will be with respect to data integrity ? Are there any chances data 
can get lost ? 
Will it affect other read connections in any way ?

If the process is terminated like this, what will happen when 
sqlite3_wal_checkpoint is called again ? Is the process going to be resumed 
from the point where it was interrupted (more or less) or from the beginning ?

Cheers,
Albert

________________________________________
Od: sqlite-users-bounces at mailinglists.sqlite.org <sqlite-users-bounces at 
mailinglists.sqlite.org> w imieniu u?ytkownika Richard Hipp <drh at sqlite.org>
Wys?ane: 3 maja 2016 15:20
Do: SQLite mailing list
Temat: Re: [sqlite] Cancelling sqlite3_wal_checkpoint

On 5/3/16, Albert Banaszkiewicz <Albert.Banaszkiewicz at tomtom.com> wrote:
> Hi all,
>
>
> Is it possible to cancel check-pointing operation in any way ?
>

You can kill the thread or process that is running the checkpoint.
Other than that, there is not currently any way to interrupt a
checkpoint in progress.

--
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

Reply via email to