Y
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
pm90
1844 days ago
Are there articles/examples on how to use ULIDs in postgres?
link
rossmohax
1844 days ago
ULID and UUID are same size, passing ULID as UUID to PostgreSQL works seamlessly.
link