1.

How Do I Do Sequences?

Answer»

With replication sequences are hard to realize. Sequences are often USED to ensure unique identifiers for each row in a database table. COUCHDB generates unique ids from its own and you can specify your own as well, so you don't really need a sequence here. If you use a sequence for something else, you might FIND a way to express in CouchDB in another way.

With replication sequences are hard to realize. Sequences are often used to ensure unique identifiers for each row in a database table. CouchDB generates unique ids from its own and you can specify your own as well, so you don't really need a sequence here. If you use a sequence for something else, you might find a way to express in CouchDB in another way.



Discussion

No Comment Found