Pick v4 when you just need unique IDs and sort order doesn't matter — 99% of cases. Pick v7 when IDs will be database primary keys and you want insertions to be roughly chronological (better B-tree index performance). Pick v1 only for legacy compatibility; v1 leaks the generating machine's MAC address in some implementations.
Last updated: 2026-04-22