Skip to content

Commit 4cd6066

Browse files
Update operators-detail.adoc
1 parent abc107c commit 4cd6066

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6008,15 +6008,14 @@ Total database accesses: 4, total allocated memory: 184
60086008
[query-plan-merge-into]]
60096009
=== Merge Into
60106010

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.
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.
60126012

6013-
If necessary the operator will lock the pattern nodes before creating the relationship, to make sure we don't create multiple relationships between the nodes.
6013+
If necessary, the operator locks the pattern nodes before creating the relationship, to avoid creating multiple relationships between the nodes.
60146014

60156015

60166016
.MergeInto
60176017
======
60186018
6019-
60206019
.Query
60216020
[source, cypher]
60226021
----

0 commit comments

Comments
 (0)