Neo4J transaction journal and restore

139 views
Skip to first unread message

Newbie

unread,
Jan 13, 2012, 11:02:46 AM1/13/12
to Neo4j
It might have been in some document already. I want to know if Neo4J
has transaction journal that I can use to restore the database?

Thanks,

Michael Hunger

unread,
Jan 13, 2012, 12:31:30 PM1/13/12
to ne...@googlegroups.com
Yes, as Neo4j is fully transactional it writes to a transaction log which will be applied to the store files at startup in case of a forced database shutdown (kill).

You can also configure it to keep all transaction logs (from the beginning of the store to recreate the whole store-file by applying them).
(store configuration: keep_logical_logs=true)

Some of this is documented here: http://docs.neo4j.org/chunked/milestone/performance-guide.html#_configuring_neo4j

Cheers

Michael

xia.in...@gmail.com

unread,
Jan 13, 2012, 12:44:16 PM1/13/12
to ne...@googlegroups.com
Great! thank you very much, Michael.
Reply all
Reply to author
Forward
0 new messages