You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/11/29 02:43:45 UTC

[GitHub] jaydoane commented on issue #1024: CouchDB, how to use uuid? can i get timestamp from this uuid?

jaydoane commented on issue #1024: CouchDB, how to use uuid? can i get timestamp from this uuid?
URL: https://github.com/apache/couchdb/issues/1024#issuecomment-347735124
 
 
   @anlexN I believe the source code for uuid generation is https://github.com/apache/couchdb/blob/master/src/couch/src/couch_uuids.erl
   but AFAIK you cannot get a timestamp from it.
   
   If you want a timestamp in your document, I suggest adding one explicitly. For that matter, you're probably better off choosing your `_id` in a more meaningful way as well.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services