Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kehers
on Feb 18, 2024
|
parent
|
context
|
favorite
| on:
My notes on Gitlab's Postgres schema design (2022)
One good argument I found [^1] about not exposing primary keys is that primary keys may change (during system/db change) and you want to ensure users have a consistent way of accessing data.
[^1]:
https://softwareengineering.stackexchange.com/questions/2183...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[^1]: https://softwareengineering.stackexchange.com/questions/2183...