You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/database-internals/store-formats.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Block format means a few pages need to be loaded to serve a query, i.e. fewer pa
25
25
* *Entity limits:* Able to run graphs at large scales.
26
26
Supports the highest limits at the time of writing.
27
27
See <<block-format-limits, Block format entity limits>> for details. +
28
-
label:new[Introduced in 5.25] Support token names (including label, property key, and relationship type names) of any length up to the GQL identifier max length of 16,383 characters.
28
+
label:new[Introduced in 5.25] Supports token names (including label, property key, and relationship type names) of any length up to the GQL identifier max length of 16,383 characters.
29
29
* *Future-proofing:* Designed to be extended and improved without requiring store migrations. New features such as data types, or performance enhancements are available without rewriting the store.
0 commit comments