On Jan 20, 2014, at 12:42 PM, Akeem P 
<[email protected]<mailto:[email protected]>> wrote:

WIth respect to the doc ids I shouldn't be worried about a generated id on one 
person's phone conflicting with the id that someone else's phone generated?

Well, UUID stands for "Universally Unique Identifier" — the chance of two 
independently generated UUIDs being the same is effectively zero.

You do have to worry about malicious collisions, where someone intentionally 
tries to push a conflicting doc ID.  (But this is true however you generate the 
ID; UUIDs actually help here because they make the doc IDs unguessable.) Those 
should be caught during document validation on the server.

—Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/DB7FECAC-1174-4CEC-8AAD-4E4D6D6C27CD%40couchbase.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to