Skip to content

Commit 6dd429c

Browse files
Update Operator reference in query-plan-eager. (#1209)
This Unknown Operator reference was fixed last year but we forgot to update the documentation. --------- Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 0697f6c commit 6dd429c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6476,9 +6476,9 @@ Batch size 128
64766476
| | +----+------------------------------------------------------------------------------------------------+----------------+------+---------+----------------+ | | |
64776477
| +DetachDelete | 7 | a | 0 | 1 | 5 | | | | |
64786478
| | +----+------------------------------------------------------------------------------------------------+----------------+------+---------+----------------+ | | |
6479-
| +Eager | 8 | read/delete conflict for variable: b (Operator: 6 vs 10, and 1 more conflicting operators), | 0 | 1 | 0 | 360 | 1/0 | 0.226 | Fused in Pipeline 1 |
6480-
| | | | read/set conflict for label: Person (Operator: 3 vs 10), | | | | | | | |
6481-
| | | | read/set conflict for property: name (Operator: 3 vs 10) | | | | | | | |
6479+
| +Eager | 8 | read/delete conflict for variable: b (Operator: 6 vs 9, and 1 more conflicting operators), | 0 | 1 | 0 | 360 | 1/0 | 0.226 | Fused in Pipeline 1 |
6480+
| | | | read/set conflict for label: Person (Operator: 3 vs 9), | | | | | | | |
6481+
| | | | read/set conflict for property: name (Operator: 3 vs 9) | | | | | | | |
64826482
| | +----+------------------------------------------------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+
64836483
| +MultiNodeIndexSeek | 9 | RANGE INDEX a:Person(name) WHERE name = $autostring_0, | 0 | 1 | 4 | 376 | 2/0 | 0.218 | In Pipeline 0 |
64846484
| | | RANGE INDEX b:Person(name) WHERE name = $autostring_1 | | | | | | | |

0 commit comments

Comments
 (0)