Re: Physical storage of rowkey

2012-08-11 Thread Tyler Hobbs
Yes, if you're using RandomPartitioner. The hash is md5. On Thu, Aug 9, 2012 at 1:29 PM, A J wrote: > Are row key hashed before being physically stored in Cassandra ? If > so, what hash function is used to ensure collision is minimal. > > Thanks. > -- Tyler Hobbs DataStax

Physical storage of rowkey

2012-08-09 Thread A J
Are row key hashed before being physically stored in Cassandra ? If so, what hash function is used to ensure collision is minimal. Thanks.