vesoft-inc / nebula-python

Client API of Nebula Graph in Python
191 stars 75 forks source link

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

Closed neojoe closed 1 year ago

neojoe commented 1 year ago

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 commented 1 year ago

https://github.com/vesoft-inc/nebula-python/issues/266

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