Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions modules/ROOT/pages/planning-and-tuning/operators/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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-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]

| 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.
|
Expand Down