Re: [Neo4j] Proof of concept hanging on performance

2015-02-05 Thread Michael Hunger
Hi, can you share your output of :schema in the browser? if you don't have it do: create constraint on (p:LABEL_TYPE_Project) assert p.id is unique; create constraint on (m:LABEL_TYPE_PermissionNode) assert m.id is unique; As in Neo4j you can always traverse relationships in both directions, yo

[Neo4j] Proof of concept hanging on performance

2015-02-05 Thread sanderverh
Hi group, I'm evaluating Neo4j for our application, and now am at a point where performance is an issue. I've created a lot of nodes and edges that I'm doing some queries against. The following is a detail of the nodes and edges data in this database: I am trying to do a search that travers