From cafded5191f4b03571be2a431f598125f5e40fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:41:16 +0200 Subject: [PATCH 1/2] add new operators to overview table --- .../planning-and-tuning/operators/index.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/modules/ROOT/pages/planning-and-tuning/operators/index.adoc b/modules/ROOT/pages/planning-and-tuning/operators/index.adoc index c12c69330..e7a58e1e9 100644 --- a/modules/ROOT/pages/planning-and-tuning/operators/index.adoc +++ b/modules/ROOT/pages/planning-and-tuning/operators/index.adoc @@ -212,6 +212,25 @@ Restricts the xref:planning-and-tuning/runtimes/index.adoc[Cypher runtime] to no | label:yes[] | +| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-node-label-lookup[DynamicNodeLabelLookup] +| Allows Cypher to use token lookup indexes when planning queries using dynamic node labels. +| label:yes[] +| +| label:new[Introduced in Neo4j 2025.08] + + +| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-directed-relationship-type-lookup[DynamicDirectedRelationshipTypeLookup] +| Allows Cypher to use token lookup indexes when planning queries using dynamic relationship types in directed relationship patterns. +| label:yes[] +| +| label:new[Introduced in Neo4j 2025.08] + +| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-directed-relationship-type-lookup[DynamicDirectedRelationshipTypeLookup] +| Allows Cypher to use token lookup indexes when planning queries using dynamic relationship types in directed relationship patterns. +| label:yes[] +| +| label:new[Introduced in Neo4j 2025.08] + | xref::planning-and-tuning/operators/operators-detail.adoc#query-plan-eager[Eager] | For isolation purposes, `Eager` ensures that operations affecting subsequent operations are executed fully for the whole dataset before continuing execution. | From 59c4bc63338db6ff7ab8d936949a8b392d079ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:48:38 +0200 Subject: [PATCH 2/2] undirected --- modules/ROOT/pages/planning-and-tuning/operators/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/planning-and-tuning/operators/index.adoc b/modules/ROOT/pages/planning-and-tuning/operators/index.adoc index e7a58e1e9..380bc8a6e 100644 --- a/modules/ROOT/pages/planning-and-tuning/operators/index.adoc +++ b/modules/ROOT/pages/planning-and-tuning/operators/index.adoc @@ -225,8 +225,8 @@ Restricts the xref:planning-and-tuning/runtimes/index.adoc[Cypher runtime] to no | | label:new[Introduced in Neo4j 2025.08] -| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-directed-relationship-type-lookup[DynamicDirectedRelationshipTypeLookup] -| Allows Cypher to use token lookup indexes when planning queries using dynamic relationship types in directed relationship patterns. +| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-undirected-relationship-type-lookup[DynamicUndirectedRelationshipTypeLookup] +| Allows Cypher to use token lookup indexes when planning queries using dynamic relationship types in undirected relationship patterns. | label:yes[] | | label:new[Introduced in Neo4j 2025.08]