You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: