scholrly / neo4django

Drop-in Neo4j/Django integration.
GNU General Public License v3.0
358 stars 83 forks source link

Add in-graph indexing or branching to the type tree #40

Open mhluongo opened 12 years ago

mhluongo commented 12 years ago

...to avoid the supernode problem. The proposed fixes to the problem for Neo4j 1.6 won't really improve our use case, as most discussed solutions have involved partitioning a node's relationship space by direction and type, and the type hierarchy only uses outgoing '<>' edges.

mhluongo commented 11 years ago

Labels in Neo4j 2.0 should be the perfect solution for this. Holding off until then. Unfortunately, the change will be backward incompatible- I'll try to include a migration script as well.