Hacker News new | ask | show | jobs
by hamandcheese 1876 days ago
Not having the leading bits be the timestamp limits the utility, though, because then you don't get sorting "for free" just by having an index on the ID.

At least for me, that is the primary appeal of a time-base UUID.

1 comments

I always just define a custom comparison operator, which is easy enough in both C++ and PostgreSQL.