Skip to content

Commit 373dd68

Browse files
Update modules/ROOT/pages/database-internals/store-formats.adoc
Co-authored-by: NataliaIvakina <[email protected]>
1 parent 77d3485 commit 373dd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ CREATE DATABASE blockdb OPTIONS {storeFormat: 'block'}
123123

124124
Starting from 5.23, `block` format is the recommended format for Enterprise Edition due to its superior performance and scalability.
125125
It uses advanced data structures and inlining techniques to enhance data locality, which leads to better resource utilization.
126-
Therefore, it is highly-recommended that Enterprise Edition users migrate all databases to `block` format at their earliest convenience to ensure the best possible performance.
126+
Therefore, it is highly recommended that Enterprise Edition users migrate all databases to `block` format at their earliest convenience to ensure the best possible performance.
127127
`block` format is the default format for new databases created in 5.23 and later, and is the default format for all databases in 5.26 and later.
128128

129129
From 5.25 onwards, 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.

0 commit comments

Comments
 (0)