Hacker News new | ask | show | jobs
by jbyers 5370 days ago
Requirement number one was that IDs be sortable by time. CouchDB UUIDs are random.
1 comments

The call to default _uuids API call generates random UUIds, however you could override the call in the _config to have a different algorithm field, one that potentially could call "utc_random" still while appending a timestamp in the string to sort by later. Was this thought about when CouchDB was potentially considered?