Hi,
I use the following code to generate the primary key.
public static java.util.UUID getTimeUUID() {
return java.util.UUID.fromString(new
com.eaio.uuid.UUID().toString());
}
Is this the correct approach?
Do let me know if there i any better approach which guarantees no conflict
I would vote for Hector :)
On Thu, Aug 23, 2012 at 4:55 PM, Amit Handa wrote:
> hi,
>
> kindly let me know which java client api is more matured, and easy to use
> with all features(Super Columns, caching, pooling, etc) of Cassandra 1.X.
> Right now i come to know that following client exists:
>
-really-need-sql-to-do-it-all-in-cas
> >sandra/
> >
> >and this link seem interesting, but I haven't read it yet (about indexes)
> >:
> >
> >http://www.anuff.com/2011/02/indexing-in-cassandra.html
> >
> >I hope you'll find your answe
Hi,
Just wanted to learn Cassandra and trying to convert RDBMS design to
Canssandra.
Considered my app is being deployed in multiple Data centers.
*DB Design :
A) CF : USER
1) email_id - primary key
2) fullname
3) organization - (