Hacker News new | ask | show | jobs
by w-ll 4795 days ago
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.