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
At the moment SDN updates relationships in single steps.
Move the logic into an UNWIND operation and provide a list of relationships to persist or update.
This is right now excluding dynamic properties because they have to get grouped.
Also this focusses on imperative operation only for now.
PS: Creating a new issue because this one is not related to #2588 (<-- is a bug).
The text was updated successfully, but these errors were encountered:
At the moment SDN updates relationships in single steps.
Move the logic into an
UNWIND
operation and provide a list of relationships to persist or update.This is right now excluding dynamic properties because they have to get grouped.
Also this focusses on imperative operation only for now.
PS: Creating a new issue because this one is not related to #2588 (<-- is a bug).
The text was updated successfully, but these errors were encountered: