Role of rollback journal in SQLite
Hi. Can anybody explain why rollback journal is used in SQLite. What is its use. Thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AartiPosted Nov 24, 2011, 4:58 AM
A rollback journal is a temporary file used to implement atomic commit and rollback capabilities in SQLite.
Please Refer Below Link to learn more . I hope it will help you.
http://www.sqlite.org/draft/wal.html
Thanks.
Please Mark it as answer.