What a UUID Actually Is
A Universally Unique Identifier (UUID) is a 128-bit value almost always written as 32 hexadecimal characters split into five groups (8-4-4-4-12), such as 6ba7b810-9dad-11d1-80b4-00c04fd430c8. Because the identifier space is so large, independent systems can generate UUIDs without any central coordination and the chance of two colliding is negligible, which is why they are the standard choice for distributed primary keys and correlation IDs.