You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed nebulagraph on the server with docker
Server configuration: cpu 16v, memory 128g, 150G ESSD cloud disk
Execute the same query logic
nebula console: MATCH p = allShortestPaths((a:point{name:"13644:5"})-[e*..7]-(b:point{name:"5119:1"})) RETURN p;
The query time is about 700ms
While using the nebula java api to execute the same logic, it takes 65s
May I ask what is the reason
The text was updated successfully, but these errors were encountered:
I installed nebulagraph on the server with docker
Server configuration: cpu 16v, memory 128g, 150G ESSD cloud disk
Execute the same query logic
nebula console: MATCH p = allShortestPaths((a:point{name:"13644:5"})-[e*..7]-(b:point{name:"5119:1"})) RETURN p;
The query time is about 700ms
While using the nebula java api to execute the same logic, it takes 65s
May I ask what is the reason
The text was updated successfully, but these errors were encountered: