TIL UUIDv4 vs UUIDv7
I've always run with UUID v4 because it's the default for the Ecto.UUID library in Elixir. However a coworker recommended UUID v7. Having never really looked into UUID other than to implement as a primary key the distinction was news to me.
Effectively;
* UUID v4