cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

christian_morgn
Node
since ‎09-01-2018
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Neo4j version: 4.2.5 Java Driver version: 4.1.1 & 4.2.4 See attached screenshot. The following query returns a node with a wrong label: MATCH (n:NodeInterface:YWRYQFALBS:SchemaNode:NodeInterface) WHERE n.`name` = "Group" RETURN DISTINCT n I was not...
The following two queries differ in performance by about two orders of magnitude: 6 results, time: 0.000422085s MATCH (n)<-[r:SECURITY]-() WHERE ID(n) = 108253 RETURN r 6 results, time: 0.031369832s MATCH (n)<-[r:SECURITY]-(s) WHERE ID(n) = 108253 R...