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...