I\'m working on a distributed data base. I\'m trying to generate a unique ID that will serve as a column family primary key in cassandra.
I read some articl
As said by Richard you can use TimeUUID, and generating TimeUUID value is not a big deal. Just follow cassandra FAQ timeuuid.