Hacker News new | ask | show | jobs
by rossmohax 1844 days ago
Another alternative is ULID, which can be stored as UUID on a Postgres side, but is more b-tree friendly.
1 comments

Are there articles/examples on how to use ULIDs in postgres?
ULID and UUID are same size, passing ULID as UUID to PostgreSQL works seamlessly.