Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-11-2022 02:51 AM - edited 07-11-2022 02:58 AM
Hello 🙂
I've encountered a problem I hope you could help me with.
I've created the following graph:
and wanted to succeed get my data with the following query that works for sure
Solved! Go to Solution.
07-12-2022 12:05 AM
I'll try! thank you so much for your help, i'll let you know if it worked
07-11-2022 06:23 AM
Are these new orange and beige nodes hanging off of your subgraph, or do they join your subgraph to another 'big graph'? I can see the issue occurring with the later case, but not with the former case.
Unless you want all the individual paths, you may want to try one of the APOC path procedures to get you all the nodes and relationships over your subgraph.
https://neo4j.com/labs/apoc/4.1/overview/apoc.path/
07-11-2022 06:58 AM
when the new orange and beige nodes(all the nodes i've marked) join to the big graph the query doesn't give me the data 😕
07-11-2022 01:55 PM
All the paths that traverse through nodes 1.6. and 1.8, now can extend into the new nodes. These nodes have multiple paths through them, so you have increased the number of total paths. Maybe you have reached the limits of your memory to track all the paths. I suggest you increase your JVM'S heap size to see if that helps.
07-12-2022 12:05 AM
I'll try! thank you so much for your help, i'll let you know if it worked
All the sessions of the conference are now available online