Skip to content

SDN6.0.3 findBy* methods slowing down heavily for a small number of nodes. #2131

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

Closed
vhh23 opened this issue Jan 29, 2021 · 1 comment
Closed
Labels
status: waiting-for-triage An issue we've not yet triaged

Comments

@vhh23
Copy link

vhh23 commented Jan 29, 2021

SDN 6.0.3, After creating a bi-directional relationship between the same Node Entities, for eg A-Follows->B and B-Follows->A, When you load the Node A via FindById method it slows down and takes seconds to fetch just one node. This can be due to self-referencing relationships.
StackOverFlow Question link - https://stackoverflow.com/questions/65941539/spring-data-neo4j-sdn-6

@meistermeier
Copy link
Collaborator

We changed the path-based queries now to cascading matches. It will still look for everything that is reachable with the given domain model but returns a result (#2140)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants