Title here
Summary here
XID (eXtended ID) is a globally unique identifier that’s shorter than UUID while still maintaining uniqueness. XIDs are 12 bytes (compared to UUID’s 16 bytes) and are typically represented as a 20-character base32 string. They’re optimized for use in distributed systems and databases where you need a compact, URL-safe identifier.
Benefits of XIDs: