Skip to content

Commit

Permalink
Document max identifier length (neo4j#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh authored and gem-neo4j committed Nov 28, 2024
1 parent 18d1294 commit 1840a23
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,27 @@ The maximum limit is set to 16,383 characters in an identifier.
This means that node labels, relationship types, and property keys cannot include more than 16,383 characters.
|===

=== Updated features

[cols="2", options="header"]
|===
| Feature
| Details

a|
label:functionality[]
label:updated[]
[source, cypher, role="noheader"]
----
CREATE (n:Label {property: 'name'},
()-[r:REL_TYPE]->()
----
| 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.

The maximum limit is set to 16,383 characters in an identifier.
This means that node labels, relationship types, and property keys cannot include more than 16,383 characters.
|===

=== New features

[cols="2", options="header"]
Expand Down

0 comments on commit 1840a23

Please sign in to comment.