Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 6181079

Browse files
committed
Tweak language around UUID: technically they are GUIDs
1 parent 4737f14 commit 6181079

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

030_Data/10_Index.asciidoc

+3-6
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ field has been generated for us:
9595
}
9696
--------------------------------------------------
9797

98-
Autogenerated IDs are 20 character long, URL-safe, Base64-encoded string
99-
_universally unique identifiers_, or((("UUIDs (universally unique identifiers)"))) http://en.wikipedia.org/wiki/Uuid[UUIDs].
100-
101-
102-
103-
98+
Autogenerated IDs are 20 character long, URL-safe, Base64-encoded GUID strings. These
99+
GUIDs are generated from a modified FlakeID scheme which allows multiple nodes
100+
to be generating unique IDs in parallel with essentially zero chance of collision.

0 commit comments

Comments
 (0)