From a67bec844d92be310c9c9b54e78a0ba3cad11a89 Mon Sep 17 00:00:00 2001 From: Lars Korduner Date: Fri, 7 Mar 2025 15:29:31 +0100 Subject: [PATCH 1/2] Update Operator reference in query-plan-eager. --- .../planning-and-tuning/operators/operators-detail.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc b/modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc index 720d0d721..7662d9fd5 100644 --- a/modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc +++ b/modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc @@ -6476,9 +6476,9 @@ Batch size 128 | | +----+------------------------------------------------------------------------------------------------+----------------+------+---------+----------------+ | | | | +DetachDelete | 7 | a | 0 | 1 | 5 | | | | | | | +----+------------------------------------------------------------------------------------------------+----------------+------+---------+----------------+ | | | -| +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 | -| | | | read/set conflict for label: Person (Operator: 3 vs 10), | | | | | | | | -| | | | read/set conflict for property: name (Operator: 3 vs 10) | | | | | | | | +| +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 | +| | | | read/set conflict for label: Person (Operator: 3 vs 9), | | | | | | | | +| | | | read/set conflict for property: name (Operator: 3 vs 9) | | | | | | | | | | +----+------------------------------------------------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+ | +MultiNodeIndexSeek | 9 | RANGE INDEX a:Person(name) WHERE name = $autostring_0, | 0 | 1 | 4 | 376 | 2/0 | 0.218 | In Pipeline 0 | | | | RANGE INDEX b:Person(name) WHERE name = $autostring_1 | | | | | | | | From 28dc1a74d8efc806a8f7ab8a5ec62524609ce3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Mon, 10 Mar 2025 10:22:52 +0100 Subject: [PATCH 2/2] fix table formatting --- .../planning-and-tuning/operators/operators-detail.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc b/modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc index 7662d9fd5..ed700739d 100644 --- a/modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc +++ b/modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc @@ -6476,9 +6476,9 @@ Batch size 128 | | +----+------------------------------------------------------------------------------------------------+----------------+------+---------+----------------+ | | | | +DetachDelete | 7 | a | 0 | 1 | 5 | | | | | | | +----+------------------------------------------------------------------------------------------------+----------------+------+---------+----------------+ | | | -| +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 | -| | | | read/set conflict for label: Person (Operator: 3 vs 9), | | | | | | | | -| | | | read/set conflict for property: name (Operator: 3 vs 9) | | | | | | | | +| +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 | +| | | | read/set conflict for label: Person (Operator: 3 vs 9), | | | | | | | | +| | | | read/set conflict for property: name (Operator: 3 vs 9) | | | | | | | | | | +----+------------------------------------------------------------------------------------------------+----------------+------+---------+----------------+------------------------+-----------+---------------------+ | +MultiNodeIndexSeek | 9 | RANGE INDEX a:Person(name) WHERE name = $autostring_0, | 0 | 1 | 4 | 376 | 2/0 | 0.218 | In Pipeline 0 | | | | RANGE INDEX b:Person(name) WHERE name = $autostring_1 | | | | | | | |