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.

vimal_sakhiya23
Node
since ‎12-21-2020
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

The scenario is as follows User A-[follows]->B and B-[follows]-A with such bidirectional relation between same Node entities, load cypher for A takes indefinite to load. <MATCH (n:User) WHERE n.id = $id WITH n, id(n) AS internalNeo4jId RETURN n{ .nam...