On Jan 2, 2009, at 11:32 AM, A.J. Brown wrote:
Hmmm, while I knew the chances of a collision were slim, after
reading the wikipedia page on UUIDs and the probability of a
collision, I don't even think the question is worth asking :)
Heh, It's worth asking (it's means you are doing your job), but the
answer for all practical purposes is "it doesn't matter". The
documentation as stated is incorrect (for one thing, the UUID
generation request is independent of a database), and performing such
a check would be needlessly expensive, given the extremely low
likelihood of collision. And of course if there is a collision, it's
automatically detected and no data is lost.
-Damien
--
On Fri, Jan 2, 2009 at 11:17 AM, Adam Kocoloski
<[email protected]> wrote:
On Jan 2, 2009, at 11:11 AM, Paul Davis wrote:
Also, as a random aside, why does _uuids require a POST?
Well, for one thing you definitely don't want that request cached :-)
Touché