Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2854,27 +2854,27 @@ Runtime SLOTTED

Runtime version {neo4j-version}

+-------------------+--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| Operator | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses |
+-------------------+--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| +ProduceResults | `other.name` | 4 | 12 | 0 | | 0/0 |
| | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| +Projection | other.name AS `other.name` | 4 | 12 | 12 | | 1/0 |
| | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| +AntiSemiApply | | 4 | 12 | 0 | | 0/0 |
| |\ +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| | +Expand(Into) | (me)-[anon_2:FRIENDS_WITH]->(other) | 1 | 0 | 81 | 896 | 28/0 |
| | | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| | +Argument | me, other | 14 | 14 | 0 | | 0/0 |
| | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| +CartesianProduct | | 14 | 14 | 0 | | 0/0 |
| |\ +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| | +NodeByLabelScan| other:Person | 14 | 14 | 35 | | 1/0 |
| | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| +NodeIndexSeek | RANGE INDEX me:Person(name) WHERE name = $autostring_0 | 1 | 1 | 2 | | 0/1 |
+-------------------+--------------------------------------------------------+----------------+------+---------+----------------+------------------------+

Total database accesses: 166, total allocated memory: 976
+--------------------+--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| Operator | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses |
+--------------------+--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| +ProduceResults | `other.name` | 13 | 12 | 0 | 0 | 0/0 |
| | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| +Projection | other.name AS `other.name` | 13 | 12 | 12 | | 0/0 |
| | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| +Apply | | 13 | 12 | 0 | | 0/0 |
| |\ +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| | +AntiSemiApply | | 13 | 12 | 0 | | 0/0 |
| | |\ +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| | | +Expand(Into) | (me)-[:FRIENDS_WITH]->(other) | 1 | 0 | 16 | 592 | 1/0 |
| | | | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| | | +Argument | me, other | 14 | 14 | 0 | | 0/0 |
| | | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| | +NodeByLabelScan | other:Person | 14 | 14 | 15 | | 1/0 |
| | +--------------------------------------------------------+----------------+------+---------+----------------+------------------------+
| +NodeIndexSeek | RANGE INDEX me:Person(name) WHERE name = $autostring_0 | 1 | 1 | 2 | | 1/0 |
+--------------------+--------------------------------------------------------+----------------+------+---------+----------------+------------------------+

Total database accesses: 45, total allocated memory: 672
----

======
Expand Down