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

Returning relationships is very slow #950

Open
decentropy opened this issue Oct 13, 2022 · 2 comments
Open

Returning relationships is very slow #950

decentropy opened this issue Oct 13, 2022 · 2 comments

Comments

@decentropy
Copy link

This query runs fine:
MATCH (a:role {name: "joe"})-[r]->(b:place) RETURN a, b

Trying to return 'r' relationships in results makes it incredibly slow... takes nearly 10 seconds to respond:
MATCH (a:role {name: "joe"})-[r]->(b:place) RETURN a, r, b

My graph is very small (<1000 nodes), and query works fine in Neo4j browser.
It is only slow with Py2Neo (Version: 2021.2.3)

@Li-Mengling
Copy link

so am i

@ityoung09
Copy link

我也是。老哥,有解决方案嘛?

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

3 participants