Y
Hacker News
new
|
ask
|
show
|
jobs
by
lazide
870 days ago
This doesn’t really help you in this case, because the patch is to generate the UUIDs in the database?
1 comments
welder
870 days ago
Now you can use PG to generate the UUIDv7 in the beginning then easily switch to generating in the client if you need in the future, but I think OP was talking about UUID vs auto-incrementing integer in general not specific to Postgres.
link
lazide
870 days ago
IMO it’s always been easier to generate them in the client. Every major platform has had libraries since forever.
link