ngql性能优化,以及可行性方案

看了你上一个帖子:nGQL 查询路径,以及性能优化

match p3=(g1:geo)-[r*]-(g2:geo) wher e all (n in nodes(p3) where id (n) in midids ) return p3

这个是你neo4j的语句是吗?