Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "HttpGetUuids" page has been changed by NuuttiKotivuori.
http://wiki.apache.org/couchdb/HttpGetUuids?action=diff&rev1=3&rev2=4

--------------------------------------------------

  
  == Description ==
  
- Returns a list of generated UUIDs. CouchDB generated UUIDs are of all 
lowercase strings of 32 characters; they do not conform to the UUID standard. 
They are obtained from through this API, and automatically used when using POST 
to add articles to a database, but are not otherwise used anywhere. The 
generated UUIDs are not checked for uniqueness. In the (very unlikely) case of 
where there is a duplicate, this is expected to be resolved when documents are 
inserted in to the database.
+ Returns a list of generated UUIDs. CouchDB generated UUIDs are of all 
lowercase strings of 32 characters; they do not conform to the UUID standard. 
They are obtained from through this API, and automatically used when using POST 
to add articles to a database, but are not otherwise used anywhere. There is no 
need to use the UUIDs generated by CouchDB for anything. The generated UUIDs 
are not checked for uniqueness. In the (very unlikely) case of where there is a 
duplicate, this is expected to be resolved when documents are inserted in to 
the database.
  
  CouchDB has three different UUID generation algorithms:
  

Reply via email to