Should you stop using UUIDs?
UUIDs (Guid in C#) are widely used as unique identifiers in databases. UUIDs are random, which makes them popular in distributed systems.
However, UUIDs have some drawbacks:
UUIDs slow down database inserts. Each insert must update the clustered ind...
heresy.hashnode.dev1 min read