Y
Hacker News
new
|
ask
|
show
|
jobs
by
weird-eye-issue
1838 days ago
How is that easier to maintain than literally just having a UUID primary key? I feel like we must be talking about different use cases
1 comments
staticassertion
1838 days ago
If your goal is to use the uuid as a delegated capability it's going to be much more complex to use the primary key for your row than to use a separate key.
link
weird-eye-issue
1838 days ago
Yeah we are talking about different use cases entirely
link