Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Jan 15, 2025
1 parent b71234a commit 3bd6917
Showing 1 changed file with 50 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4471,29 +4471,31 @@ Runtime version {neo4j-version-minor}
Batch size 128
+------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| Operator | Id | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses | Time (ms) | Pipeline |
+------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +ProduceResults | 0 | `other.name` | 15 | 24 | 0 | 0 | 0/0 | 0.230 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +Projection | 1 | other.name AS `other.name` | 15 | 24 | 48 | | 0/0 | 0.424 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +Filter | 2 | NOT anon_2 = anon_0 | 15 | 24 | 0 | | 0/0 | 0.731 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +TriadicFilter | 10 | WHERE NOT (me)--(other) | 15 | 48 | 0 | 7216 | 0/0 | 0.690 | In Pipeline 3 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +Apply | 9 | | 16 | 48 | 0 | | 0/0 | | |
| |\ +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| | +Expand(All) | 4 | (anon_1)-[anon_2:FRIENDS_WITH]-(other) | 16 | 48 | 72 | | | | |
| | | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| | +Argument | 5 | anon_1, anon_0 | 24 | 24 | 0 | 4464 | 0/0 | 1.143 | Fused in Pipeline 2 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +TriadicBuild | 8 | (me)--(anon_1) | 24 | 24 | 0 | 1080 | 0/0 | 5.317 | In Pipeline 1 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +Expand(All) | 6 | (me)-[anon_0:FRIENDS_WITH]-(anon_1) | 24 | 24 | 38 | | | | |
| | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| +NodeByLabelScan | 7 | me:Person | 14 | 14 | 15 | 376 | 3/0 | 2.444 | Fused in Pipeline 0 |
+------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
+--------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| Operator | Id | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses | Time (ms) | Pipeline |
+--------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +ProduceResults | 0 | `other.name` | 35 | 24 | 0 | 0 | 0/0 | 0.180 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +Projection | 1 | cache[other.name] AS `other.name` | 35 | 24 | 0 | | 0/0 | 0.064 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +TriadicFilter | 11 | WHERE NOT (me)--(other) | 35 | 24 | 0 | 7512 | 0/0 | 0.303 | In Pipeline 3 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +Apply | 10 | | 16 | 24 | 0 | | 0/0 | | |
| |\ +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| | +CacheProperties | 3 | cache[other.name] | 16 | 24 | 48 | | | | |
| | | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| | +Filter | 4 | NOT anon_2 = anon_0 | 16 | 24 | 0 | | | | |
| | | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| | +Expand(All) | 5 | (anon_1)-[anon_2:FRIENDS_WITH]-(other) | 16 | 48 | 72 | | | | |
| | | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| | +Argument | 6 | anon_1, anon_0 | 24 | 24 | 0 | 4464 | 0/0 | 0.575 | Fused in Pipeline 2 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +TriadicBuild | 9 | (me)--(anon_1) | 24 | 24 | 0 | 1080 | 0/0 | 1.608 | In Pipeline 1 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +Expand(All) | 7 | (me)-[anon_0:FRIENDS_WITH]-(anon_1) | 24 | 24 | 38 | | | | |
| | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| +NodeByLabelScan | 8 | me:Person | 14 | 14 | 15 | 376 | 3/0 | 0.559 | Fused in Pipeline 0 |
+--------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
Total database accesses: 256, total allocated memory: 7376
----
Expand Down Expand Up @@ -4534,29 +4536,31 @@ Runtime version {neo4j-version-minor}
Batch size 128
+------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| Operator | Id | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses | Time (ms) | Pipeline |
+------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +ProduceResults | 0 | `other.name` | 15 | 24 | 0 | 0 | 0/0 | 0.460 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +Projection | 1 | other.name AS `other.name` | 15 | 24 | 48 | | 0/0 | 0.437 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +Filter | 2 | NOT anon_2 = anon_0 | 15 | 24 | 0 | | 0/0 | 0.377 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +TriadicFilter | 10 | WHERE NOT (me)--(other) | 15 | 48 | 0 | 7216 | 0/0 | 0.337 | In Pipeline 3 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +Apply | 9 | | 16 | 48 | 0 | | 0/0 | | |
| |\ +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| | +Expand(All) | 4 | (anon_1)-[anon_2:FRIENDS_WITH]-(other) | 16 | 48 | 72 | | | | |
| | | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| | +Argument | 5 | anon_1, anon_0 | 24 | 24 | 0 | 4464 | 0/0 | 0.608 | Fused in Pipeline 2 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +TriadicBuild | 8 | (me)--(anon_1) | 24 | 24 | 0 | 1080 | 0/0 | 0.540 | In Pipeline 1 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +Expand(All) | 6 | (me)-[anon_0:FRIENDS_WITH]-(anon_1) | 24 | 24 | 38 | | | | |
| | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| +NodeByLabelScan | 7 | me:Person | 14 | 14 | 15 | 376 | 3/0 | 0.459 | Fused in Pipeline 0 |
+------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
+--------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| Operator | Id | Details | Estimated Rows | Rows | DB Hits | Memory (Bytes) | Page Cache Hits/Misses | Time (ms) | Pipeline |
+--------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +ProduceResults | 0 | `other.name` | 35 | 24 | 0 | 0 | 0/0 | 0.198 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +Projection | 1 | cache[other.name] AS `other.name` | 35 | 24 | 0 | | 0/0 | 0.095 | |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+ |
| +TriadicFilter | 11 | WHERE NOT (me)--(other) | 35 | 24 | 0 | 7512 | 0/0 | 0.176 | In Pipeline 3 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +Apply | 10 | | 16 | 24 | 0 | | 0/0 | | |
| |\ +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| | +CacheProperties | 3 | cache[other.name] | 16 | 24 | 48 | | | | |
| | | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| | +Filter | 4 | NOT anon_2 = anon_0 | 16 | 24 | 0 | | | | |
| | | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| | +Expand(All) | 5 | (anon_1)-[anon_2:FRIENDS_WITH]-(other) | 16 | 48 | 72 | | | | |
| | | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| | +Argument | 6 | anon_1, anon_0 | 24 | 24 | 0 | 4464 | 0/0 | 0.990 | Fused in Pipeline 2 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +TriadicBuild | 9 | (me)--(anon_1) | 24 | 24 | 0 | 1080 | 0/0 | 0.304 | In Pipeline 1 |
| | +----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
| +Expand(All) | 7 | (me)-[anon_0:FRIENDS_WITH]-(anon_1) | 24 | 24 | 38 | | | | |
| | +----+----------------------------------------+----------------+------+---------+----------------+ | | |
| +NodeByLabelScan | 8 | me:Person | 14 | 14 | 15 | 376 | 3/0 | 0.399 | Fused in Pipeline 0 |
+--------------------+----+----------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
Total database accesses: 256, total allocated memory: 7376
----
Expand Down

0 comments on commit 3bd6917

Please sign in to comment.