Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mkleczek
3 months ago
|
parent
|
context
|
favorite
| on:
Avoid UUID Version 4 Primary Keys in Postgres
That's really an important deficiency of Postgres.
Hash index is ideally suited for UUIDs but for some reason Postgres hash indexes cannot be unique.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Hash index is ideally suited for UUIDs but for some reason Postgres hash indexes cannot be unique.