[
https://issues.apache.org/jira/browse/COUCHDB-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997679#comment-12997679
]
Sebastian Cohnen commented on COUCHDB-1071:
-------------------------------------------
The whole point of an universally unique identifier (UUID) is, that it is
universally unique, even across servers. Sequential IDs will break, if you have
more than one server. If you have concurrent writers, this will also cause
problems...
If you need sequential IDs, you can just create them by yourself but I highly
doubt that this kind of sequential integer IDs make sense for CouchDB.
> Integer UUIDS (1, 2, 3, ...)
> ----------------------------
>
> Key: COUCHDB-1071
> URL: https://issues.apache.org/jira/browse/COUCHDB-1071
> Project: CouchDB
> Issue Type: Improvement
> Components: Database Core
> Affects Versions: 1.0.2
> Environment: All
> Reporter: adisk
> Labels: algorithm, uuid
>
> Please, create integer uuids.
> What need:
> - intger keys
> - autogenerated by CouchDB
> - sequential
> Like a 1, 2, 3, 4, 5,...
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira