File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
modules/ROOT/pages/database-internals Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,12 @@ CREATE DATABASE blockdb OPTIONS {storeFormat: 'block'}
118118Starting from 5.23, `block` format is the preferred format for Enterprise Edition due to its superior performance and scalability.
119119Therefore, migrating all databases to `block` format is recommended to ensure optimal performance.
120120
121+ [NOTE]
122+ ====
123+ Be aware that changing the store format changes the built-in _id property and elementID of nodes and relationships.
124+ This is because _id represents the elements physical location in the store file.
125+ ====
126+
121127Changing the store format is an IO-intensive offline operation, which re-writes all data in the new format.
122128Therefore, it requires that:
123129
You can’t perform that action at this time.
0 commit comments