Skip to content

Commit 8acc4f8

Browse files
add new dynamic operators to overview table (#1363)
Cypher 5 and Cypher 25
1 parent 5efacb1 commit 8acc4f8

File tree

1 file changed

+19
-0
lines changed
  • modules/ROOT/pages/planning-and-tuning/operators

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,25 @@ Restricts the xref:planning-and-tuning/runtimes/index.adoc[Cypher runtime] to no
212212
| label:yes[]
213213
|
214214

215+
| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-node-label-lookup[DynamicNodeLabelLookup]
216+
| Allows Cypher to use token lookup indexes when planning queries using dynamic node labels.
217+
| label:yes[]
218+
|
219+
| label:new[Introduced in Neo4j 2025.08]
220+
221+
222+
| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-directed-relationship-type-lookup[DynamicDirectedRelationshipTypeLookup]
223+
| Allows Cypher to use token lookup indexes when planning queries using dynamic relationship types in directed relationship patterns.
224+
| label:yes[]
225+
|
226+
| label:new[Introduced in Neo4j 2025.08]
227+
228+
| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-undirected-relationship-type-lookup[DynamicUndirectedRelationshipTypeLookup]
229+
| Allows Cypher to use token lookup indexes when planning queries using dynamic relationship types in undirected relationship patterns.
230+
| label:yes[]
231+
|
232+
| label:new[Introduced in Neo4j 2025.08]
233+
215234
| xref::planning-and-tuning/operators/operators-detail.adoc#query-plan-eager[Eager]
216235
| For isolation purposes, `Eager` ensures that operations affecting subsequent operations are executed fully for the whole dataset before continuing execution.
217236
|

0 commit comments

Comments
 (0)