[Neo4j] application architecture to deliver big list of data

2011-11-29 Thread D. Frej
Hi, I have an architectural question regarding an applicaiton using neo4j. This is the situation: it is a application with the functionality to show big data in list form. However, when delivering the data in two steps and records are deleted meanwhile the list might be incosistent... What is

Re: [Neo4j] application architecture to deliver big list of data

2011-11-29 Thread Michael Hunger
It depends on your usecase, most end-users are fine with inconsistencies (as they are part of real life). - first approach adds too much overhead - second approach will also run into inconsistencies as neo4j's transaction isolation is read-comitted so it would be most sensible to cater for