Y
Hacker News
new
|
ask
|
show
|
jobs
by
endisneigh
1347 days ago
but you can still do pagination with uuids, your rows can be sorted on any arbitrary criteria like created date or updated date.
2 comments
vanviegen
1347 days ago
But that would be slow, even with an index, as compared to using a clustered primary key. Especially when your data doesn't fit in ram.
link
endisneigh
1346 days ago
Sure, already mentioned UUID’s being slow. There are trade offs
link
postalrat
1347 days ago
Dates might not be unique but I can see other possibilities that would be fine.
link