Hi, Are there any database *design* guidelines to follow? What I mean by that is how to structure node and relationships? Should you stick all nodes to the Reference node? Should you group it through a particular node etc?
This would be very useful for people coming from RDBMS and other databases to correct the way of "thinking". For example, creating users in the system, I want to be able to access those by email or so. So I instead of indexing email field it is recommended (I believe) to make the Users reachable by graph. Thus it should be linked to the Reference node (0). Next question, should you have direct relationship ROOT -users-> User or have it through the "container" node, like ROOT-users-> USERS -users-> User. I looked at the docs, but couldn't find something like this. Cheers, Dima http://www.ApproachE.com _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user