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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6005,6 +6005,57 @@ Total database accesses: 4, total allocated memory: 184
6005
6005
6006
6006
======
6007
6007
6008
+
[query-plan-merge-into]]
6009
+
=== Merge Into
6010
+
6011
+
The `MergeInto` operator is similar to the xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-merge[`Merge`] operator, but is used when the start and end node of the pattern is matched outside the `MERGE` pattern.
6012
+
6013
+
If necessary, the operator locks the pattern nodes before creating the relationship, to avoid creating multiple relationships between the nodes.
0 commit comments