Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/ROOT/pages/database-internals/store-formats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ CREATE DATABASE blockdb OPTIONS {storeFormat: 'block'}
Starting from 5.23, `block` format is the preferred format for Enterprise Edition due to its superior performance and scalability.
Therefore, migrating all databases to `block` format is recommended to ensure optimal performance.

[NOTE]
====
Be aware that changing the store format changes the internal IDs assigned to nodes and relationships.
This is because the ID represents the element’s physical location in the store file.
====

Changing the store format is an IO-intensive offline operation, which re-writes all data in the new format.
Therefore, it requires that:

Expand Down