Step 2 - Propose high-level design and get buy-in

Multiple options can be used to generate unique IDs in distributed systems. The options we considered are:

  • Multi-master replication

  • Universally unique identifier (UUID)

  • Ticket server

  • Twitter snowflake approach

Last updated