UUID - Java

2013-01-03 Thread Baskar Sikkayan
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

UNSUBSCRIBE

2012-08-29 Thread Baskar Sikkayan

Re: Cassandra API Library.

2012-08-23 Thread Baskar Sikkayan
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: >

Re: Project Management

2012-08-07 Thread Baskar Sikkayan
-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

Project Management

2012-08-06 Thread Baskar Sikkayan
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 - (