Skip to content

Commit 363abd3

Browse files
committed
update the note
1 parent 4aeda83 commit 363abd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ Therefore, migrating all databases to `block` format is recommended to ensure op
120120

121121
[NOTE]
122122
====
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.
123+
Be aware that changing the store format changes the internal IDs assigned to nodes and relationships.
124+
This is because the ID represents the element’s physical location in the store file.
125125
====
126126

127127
Changing the store format is an IO-intensive offline operation, which re-writes all data in the new format.

0 commit comments

Comments
 (0)