Adrian, can you by chance share your dataset (or a generator that creates a similar one)? Then I'd like to profile the query. > > One other thing. From what I understand, those queries should return the > same result, but they don't: > > start c=(typeIndex,node_type,"C"), e=(typeIndex,node_type,"E") > match(c)-->(e) where (c.node_name = "name") return c,e > > start c=(typeIndex,node_type,"C") match(c)-->(e) where (c.node_name = > "name") and (e.node_type = "E") return c,e
What do you expect and what did they return ? And is the node_type property indexed exactly as node_type in the index, and are _all_ nodes connected to c just _e_ nodes with the appropriate type? Thanks Michael _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

