Skip to content

Commit f84991c

Browse files
initial
1 parent fc97cdc commit f84991c

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,30 @@ Cypher 25 was introduced in Neo4j 2025.06 and can only be used on Neo4j 2025.06+
2222
Features removed in Cypher 25 are still available on Neo4j 2025.06+ databases either by prepending a query with `CYPHER 5` or by having Cypher 5 as the default language for the database.
2323
For more information, see xref:queries/select-version.adoc[].
2424

25+
[[cypher-deprecations-additions-removals-2025.08]]
26+
== Neo4j 2025.08
27+
28+
=== Updated in Cypher 25
29+
30+
[cols="2", options="header"]
31+
|===
32+
| Feature
33+
| Details
34+
35+
a|
36+
label:functionality[]
37+
label:updated[]
38+
[source, cypher]
39+
----
40+
41+
----
42+
43+
| Dynamic labels and relationship types can leverage xref:indexes/search-performance-indexes/using-indexes.adoc#token-lookup-indexes[token lookup indexes].
44+
This is enables by the introduction of three new query plan operators: xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-node-label-lookup[`DynamicNodeLabelLookup`], xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-directed-relationship-type-lookup[`DynamicDirectedRelationshipTypeLookup`], and xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-undirected-relationship-type-lookup[`DynamicUndirectedRelationshipTypeLookup`].
45+
46+
|===
47+
48+
2549
[[cypher-deprecations-additions-removals-2025.07]]
2650
== Neo4j 2025.07
2751

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,6 +2576,18 @@ Total database accesses: 106
25762576
25772577
======
25782578

2579+
[role=label--new-2025.08]
2580+
[[query-plan-dynamic-node-label-lookup]]
2581+
== Dynamic Node Label Lookup
2582+
2583+
[role=label--new-2025.08]
2584+
[[query-plan-dynamic-directed-relationship-type-lookup]]
2585+
== Dynamic Directed Relationship Type Lookup
2586+
2587+
[role=label--new-2025.08]
2588+
[[query-plan-dynamic-undirected-relationship-type-lookup]]
2589+
== Dynamic Undirected Relationship Type Lookup
2590+
25792591

25802592
[[nested-loops-join-operators]]
25812593
== Nested loops and join operators

0 commit comments

Comments
 (0)