Skip to content

Commit 30fc06a

Browse files
committed
add back the token limit
1 parent f193405 commit 30fc06a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/ROOT/pages/database-internals/store-formats.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,12 @@ CREATE DATABASE blockdb OPTIONS {storeFormat: 'block'}
121121
=== Changing the store format of existing databases
122122

123123
The `block` format is the default format for Enterprise Edition due to its superior performance and scalability.
124-
Therefore, migrating all databases to `block` format is recommended to ensure optimal performance.
124+
Therefore, migrating all databases to `block` format is recommended to ensure optimal performance. +
125+
The `block` format supports token names (including node labels, property keys, and relationship type names) of any length up to the GQL identifier max length of 16,383 characters.
126+
Thus, token names must adhere to this length limit when migrating from `aligned` to `block` format.
127+
128+
`standard` and `high_limit` formats are deprecated in 5.23 and will be removed in a future release.
129+
For more information, see <<format-deprecations, Format deprecations>>.
125130

126131
[NOTE]
127132
====

0 commit comments

Comments
 (0)