Re: [Neo4j] Why doInternalRecovery is necessary?

2011-10-26 Thread Rick Bullotta
Of Balazs E. Pataki Sent: Wednesday, October 26, 2011 9:41 AM To: Neo4j user discussions Subject: [Neo4j] Why doInternalRecovery is necessary? Hi, after crashing my application the next time I start it up I get the usual Oct 26, 2011 3:28:42 PM

Re: [Neo4j] Why doInternalRecovery is necessary?

2011-10-26 Thread Mattias Persson
Good question, so neo4j implements all the ACID principles of transactions, but that doesn't mean that there's a guarantee that when you've committed a transaction the data is in the store files on disk. In fact that wouldn't be performant at all. The data is written to the store files with

Re: [Neo4j] Why doInternalRecovery is necessary?

2011-10-26 Thread Balazs E. Pataki
Thank you Mattias for this logical explanation. From now on doInternalRecovery is my friend. :-) Regards, --- balazs On 10/26/11 5:06 PM, Mattias Persson wrote: Good question, so neo4j implements all the ACID principles of transactions, but that doesn't mean that there's a guarantee that