Embedding Custom Replication Strategy in Cassandra

2014-04-13 Thread Rahul R
I am trying to develop a custom replication algorithm which replicates the object based on its access patterns. That means, the remote replica which is decided by the NetworkTopologyAware Strategy will need to be 1. Dynamic in Nature (afaik, the objects are statically allocated to a particular nod

Re: Embedding Custom Replication Strategy in Cassandra

2014-04-13 Thread Rahul R
10:36 PM, Jonathan Ellis wrote: > Replica placement must be determined only by the key, otherwise you > won't know where to look at read time. If your scheme is doable with > that restriction then you should be able to make it work. > > On Sun, Apr 13, 2014 at 9:20 PM, Rahu