find path statement without limit not available #5710
Replies: 2 comments 2 replies
-
Should be killed by Memory Tracker as the first line of the log. For now in NebulaGraph 3.x:
For graph analytics like 100 steps of the path, it's recommended to be done in NebulaGraph algorithm/ graphx/nebulagraph analytics. :-D |
Beta Was this translation helpful? Give feedback.
-
Thank you.
I will give it a try. |
Beta Was this translation helpful? Give feedback.
-
I waited on the nebula studio for a while, but there were no errors or data displays.
I saw an error on the server:
If I reduce the upto or add the limit, it will work normally.
My machine has 80GB of memory. About 600000 points, two million edges.
My ngql is
FIND NOLOOP PATH WITH PROP FROM "926468220071731200" TO "919758682291462144" OVER * UPTO 100 STEPS YIELD path as p
Is there a way for me to correctly query the data?
Beta Was this translation helpful? Give feedback.
All reactions