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.
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