Comment on Rails 4 UUID primary keys with PostgreSQLparentComments−w-ll13yI 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.
Comments
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.