> 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')
