I'm dealing with a pretty common scenario- my nodes need to have a
type hierarchy applied to them. The type hierarchy exists in the graph, and
the leaves of the type tree have relationships to each instance of the type.
However, most of my graph will be instances of a type.

What I'm wondering is- would it be more performant to build a
type hierarchy and retrieve instances through an index, or to stick with
this architecture, and suffer 1.5 million relationships to a single type
node?

Thanks in advance,

--
Matt Luongo
Co-Founder, Scholr.ly
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to