On Tue, Jul 12, 2011 at 13:13:25 +0900, 박성근 wrote:
> I am trying to investigate .db-wal file gathered from sudden power off.

Why do you want to investigate it? When you open the db again and checkpoint
it, sqlite will apply all the transactions that managed to finish before the
power-off to the .db file proper and drop the ones that did not.

If you said after application crash (that you can't reproduce) I'd kind of
see point in analyzing the unfinished transactions, but after a power off?

-- 
                                                 Jan 'Bulb' Hudec <b...@ucw.cz>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to