Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The performance of using python api to query nebula is weaker than that of nebula console #267

Closed
neojoe opened this issue Mar 1, 2023 · 1 comment

Comments

@neojoe
Copy link

neojoe commented Mar 1, 2023

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
image
While using the nebula python api to execute the same logic, it takes 65s
image

May I ask what is the reason

@QingZ11
Copy link

QingZ11 commented Mar 31, 2023

#266

已经有相同的 issue 了,不需要开多个 issue 来讨论类似的问题哈。这边先行关闭了,你可以留意下另外个 issue 的回复,谢谢 neojoe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants