File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
modules/ROOT/pages/planning-and-tuning/operators Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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|
You can’t perform that action at this time.
0 commit comments