Skip to content

Commit c01e13d

Browse files
More MergeInto operators update (#1421)
1 parent 000e4ae commit c01e13d

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

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

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3379,23 +3379,21 @@ Runtime version {neo4j-version}
33793379
33803380
Batch size 128
33813381
3382-
+--------------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3383-
| Operator | Id | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses | Time (ms) | Pipeline | Indexes Used |
3384-
+--------------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3385-
| +ProduceResults | 0 | | 1 | 0 | 0 | 0 | | | | |
3386-
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3387-
| +EmptyResult | 1 | | 1 | 0 | 0 | | | | | |
3388-
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3389-
| +Apply | 2 | | 1 | 0 | 0 | | | | | |
3390-
| |\ +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3391-
| | +ArgumentTracker | 6 | | 1 | 0 | 0 | 736 | | | | |
3392-
| | | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3393-
| | +MergeInto | 3 | MERGE (s)-[anon_0:FRIENDS_WITH]->(s) | 1 | 1 | 1 | | | | | |
3394-
| | | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3395-
| | +Argument | 4 | s | 1 | 1 | 0 | 2288 | 1/0 | 1.626 | Fused in Pipeline 1 | |
3396-
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3397-
| +NodeIndexSeek | 5 | RANGE INDEX s:Person(name) WHERE name = $autostring_0 | 1 | 1 | 2 | 376 | 1/0 | 0.300 | In Pipeline 0 | range_person_name: 1 |
3398-
+--------------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3382+
+-----------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3383+
| Operator | Id | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses | Time (ms) | Pipeline | Indexes Used |
3384+
+-----------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3385+
| +ProduceResults | 0 | | 1 | 0 | 0 | 0 | | | | |
3386+
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3387+
| +EmptyResult | 1 | | 1 | 0 | 0 | | | | | |
3388+
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3389+
| +Apply | 2 | | 1 | 1 | 0 | | | | | |
3390+
| |\ +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3391+
| | +MergeInto | 3 | MERGE (s)-[anon_0:FRIENDS_WITH]->(s) | 1 | 1 | 1 | | | | | |
3392+
| | | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3393+
| | +Argument | 4 | s | 1 | 1 | 0 | 2288 | 1/0 | 0.673 | Fused in Pipeline 1 | |
3394+
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3395+
| +NodeIndexSeek | 5 | RANGE INDEX s:Person(name) WHERE name = $autostring_0 | 1 | 1 | 2 | 376 | 1/0 | 0.256 | In Pipeline 0 | range_person_name: 1 |
3396+
+-----------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
33993397
34003398
Total database accesses: 15, total allocated memory: 2232
34013399
----

0 commit comments

Comments
 (0)