Re: Is LexicalUUID a good option for generating Ids

2011-09-29 Thread Ramesh S
16:26:05 -0500 > *To: * > *ReplyTo: * user@cassandra.apache.org > *Subject: *Re: Is LexicalUUID a good option for generating Ids > > Thanks Aaron. > Appreciate your valuable input/advice. > > regards, > Ramesh > > On Thu, Sep 29, 2011 at 4:21 PM, aaron morton wrote: >

Re: Is LexicalUUID a good option for generating Ids

2011-09-29 Thread Yi Yang
user@cassandra.apache.org Subject: Re: Is LexicalUUID a good option for generating Ids Thanks Aaron. Appreciate your valuable input/advice. regards, Ramesh On Thu, Sep 29, 2011 at 4:21 PM, aaron morton wrote: > UUID will be fine, LexicalUUID should be used for version 2,3,4 and 5 > UUID'

Re: Is LexicalUUID a good option for generating Ids

2011-09-29 Thread Ramesh S
Thanks Aaron. Appreciate your valuable input/advice. regards, Ramesh On Thu, Sep 29, 2011 at 4:21 PM, aaron morton wrote: > UUID will be fine, LexicalUUID should be used for version 2,3,4 and 5 > UUID's. TimeUUID for version 1. > > A > > - > Aaron Morton > Freelance Cassandra Dev

Re: Is LexicalUUID a good option for generating Ids

2011-09-29 Thread aaron morton
UUID will be fine, LexicalUUID should be used for version 2,3,4 and 5 UUID's. TimeUUID for version 1. A - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 30/09/2011, at 5:48 AM, Ramesh S wrote: > We have to assign Id for each item in our

Is LexicalUUID a good option for generating Ids

2011-09-29 Thread Ramesh S
We have to assign Id for each item in our database. Item is linked to geo location and hence would need hundreds of millions of Ids. So is LexicalUUID a good option ? regards, Ramesh