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
A collection of real-world use cases of UUIDs other than random v4 UUIDs:
Specs:
UUIDs are required by the W3C File API: https://www.w3.org/TR/FileAPI/#url (The spec explicitly references RFC4122 however Example 8 in the spec provides an invalid UUID: blob:https://example.org/9115d58c-bcda-ff47-86e5-083e9a2153041).
Use a Universally Unique Identifier (UUID). Version 4 UUID is recommended, because it uses random values in the high-order bits. Don't use a UUID algorithm (such as version 1 UUID) that stores the timestamp in the high order bits.
The text was updated successfully, but these errors were encountered:
ctavan
changed the title
Use cases for UUIDs other than v4
Use cases for UUIDs (v4 and other)
Apr 6, 2020
A collection of real-world use cases of UUIDs other than random v4 UUIDs:
blob:https://example.org/9115d58c-bcda-ff47-86e5-083e9a2153041
).Google Cloud Spanner explicitly advises NOT to use v1 UUIDs: https://cloud.google.com/spanner/docs/schema-and-data-model#choosing_a_primary_key
The text was updated successfully, but these errors were encountered: