Ask HN: We just had an actual UUID v4 collision...
Summary
The thread analyzes an actual UUID v4 collision in a small database, noting that UUIDv4 has 122 bits of entropy and is highly unlikely to collide. It outlines plausible causes (data import, retry bugs, old library versions, forking) and suggests concrete checks to diagnose the root cause, with community discussions on improving UUID usage.