Skip to content
Merged
Changes from 1 commit
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 built-in _id property and elementID of nodes and relationships.
This is because _id represents the elements 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