Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
w-ll
on April 27, 2013
|
parent
|
context
|
favorite
| on:
Rails 4 UUID primary keys with PostgreSQL
I was dealing with a similar issue on a project that all id's are UUID's because I wanted non-sequential id's.
I found it was just as simple of selecting ranges based of their date_created attribute.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I found it was just as simple of selecting ranges based of their date_created attribute.