On 16 March 2012 12:30, Daniel Gonzalez <[email protected]> wrote: >> BTW what were the ids you were using prior, and how were they sorted >> during your bulk load? >> >> Just a few examples should be sufficient, I'm keen to put a test >> example together for future >> users to help them understand the constraints. >> >> A+ >> Dave > > > I was using UUIDs generated by the python uuid package. Specifically uuid4 > >>>> # make a random UUID >>>> uuid.uuid4() > UUID('16fd2706-8baf-433b-82eb-8c7fada847da')
Aah yes, well that would do it. An alternative is to query couch and get a bunch of couch-defined UUIDs back per http://wiki.apache.org/couchdb/HttpGetUuids A+ Dave
