Hi,

We use Cassandra in a way we always want to range slice queries. Because,
of the tendency to create hotspots with OrderedPartioner we decided to use
RandomPartitioner. Then we would use, a row as an index row, holding values
of the other row keys of the CF.

I feel this has become a burden and would like to move to an
OrderedPartioner to avoid this work around. The index row workaround which
has become cumbersome when we query the data store.

Is there any tips we can follow to allow for lesser amount of hot spots?

-- 
Regards,

Tharindu

blog: http://mackiemathew.com/

Reply via email to