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.

nishspeak
Node Clone
since ‎01-23-2020
‎06-01-2022

User Statistics

  • 11 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have created a graph with 3 paths as below. Data: a,b b,c d,e f,e g,h Graph a->b->c d->e<-f g->h Desired outupt a,uuid_1 b,uuid_1 c,uuid_1 d,uuid_2 e,uuid_2 f,uuid_2 g,uuid_3 h,uuid_3 Note : I have 50 million nodes.