Skip to content

Commit cab1a85

Browse files
more
1 parent 5e17680 commit cab1a85

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
@@ -3403,23 +3403,21 @@ Runtime version {neo4j-version}
34033403
34043404
Batch size 128
34053405
3406-
+--------------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3407-
| Operator | Id | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses | Time (ms) | Pipeline | Indexes Used |
3408-
+--------------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3409-
| +ProduceResults | 0 | | 1 | 0 | 0 | 0 | | | | |
3410-
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3411-
| +EmptyResult | 1 | | 1 | 0 | 0 | | | | | |
3412-
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3413-
| +Apply | 2 | | 1 | 0 | 0 | | | | | |
3414-
| |\ +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3415-
| | +ArgumentTracker | 6 | | 1 | 0 | 0 | 736 | | | | |
3416-
| | | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3417-
| | +MergeInto | 3 | MERGE (s)-[anon_0:FRIENDS_WITH]->(s) | 1 | 1 | 1 | | | | | |
3418-
| | | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3419-
| | +Argument | 4 | s | 1 | 1 | 0 | 2288 | 1/0 | 1.626 | Fused in Pipeline 1 | |
3420-
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3421-
| +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 |
3422-
+--------------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3406+
+-----------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3407+
| Operator | Id | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses | Time (ms) | Pipeline | Indexes Used |
3408+
+-----------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3409+
| +ProduceResults | 0 | | 1 | 0 | 0 | 0 | | | | |
3410+
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3411+
| +EmptyResult | 1 | | 1 | 0 | 0 | | | | | |
3412+
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3413+
| +Apply | 2 | | 1 | 1 | 0 | | | | | |
3414+
| |\ +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3415+
| | +MergeInto | 3 | MERGE (s)-[anon_0:FRIENDS_WITH]->(s) | 1 | 1 | 1 | | | | | |
3416+
| | | +----+-------------------------------------------------------+----------------+------+---------+----------------+ | | +----------------------+
3417+
| | +Argument | 4 | s | 1 | 1 | 0 | 2288 | 1/0 | 0.368 | Fused in Pipeline 1 | |
3418+
| | +----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
3419+
| +NodeIndexSeek | 5 | RANGE INDEX s:Person(name) WHERE name = $autostring_0 | 1 | 1 | 2 | 376 | 1/0 | 0.261 | In Pipeline 0 | range_person_name: 1 |
3420+
+-----------------+----+-------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+----------------------+
34233421
34243422
Total database accesses: 15, total allocated memory: 2232
34253423
----

0 commit comments

Comments
 (0)