Thanks for your reply Igor,

I mean , I have written INSERT statements in to the inmemory database and a
system failure occurs before I dump the data to a file using the SQLite
Backup API, will there be a data loss ? There is no assurance of durablity
for in memory databases right ?

Thanks
Prakash

On Fri, Oct 17, 2014 at 10:27 AM, Igor Tandetnik <i...@tandetnik.org> wrote:

> On 10/17/2014 12:48 AM, Prakash Premkumar wrote:
>
>> Does in memory database in sqlite have journal files associated with it ?
>>
>
> No. The journal is in memory, too.
>
>  If there's a system failure before an in memory database is backed up ?
>>
>
> What do you mean, backed up? Backed up where and by whom?
> --
> Igor Tandetnik
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to