Skip to content

Commit 1840a23

Browse files
JPryce-Aklundhgem-neo4j
authored andcommitted
Document max identifier length (neo4j#1077)
1 parent 18d1294 commit 1840a23

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,27 @@ The maximum limit is set to 16,383 characters in an identifier.
415415
This means that node labels, relationship types, and property keys cannot include more than 16,383 characters.
416416
|===
417417

418+
=== Updated features
419+
420+
[cols="2", options="header"]
421+
|===
422+
| Feature
423+
| Details
424+
425+
a|
426+
label:functionality[]
427+
label:updated[]
428+
[source, cypher, role="noheader"]
429+
----
430+
CREATE (n:Label {property: 'name'},
431+
()-[r:REL_TYPE]->()
432+
----
433+
| Neo4j's link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-internals/store-formats/#store-format-overview[block format] now implements xref:appendix/gql-conformance/index.adoc[GQL's] limit on the maximum length of identifiers.
434+
435+
The maximum limit is set to 16,383 characters in an identifier.
436+
This means that node labels, relationship types, and property keys cannot include more than 16,383 characters.
437+
|===
438+
418439
=== New features
419440

420441
[cols="2", options="header"]

0 commit comments

Comments
 (0)