It seems like you have a few concepts about consistency levels and
replication confused. It might be more useful to do some background
reading first:
- http://www.datastax.com/docs/1.2/cluster_architecture/data_distribution
-
http://www.datastax.com/docs/1.2/cluster_architecture/about_client_requ
Hi All,
I don't have any experience with Cassandra but we are about to evaluate it for
one of our project and a few questions had came up, namely:--Let say we
have replica set with 9 nodes. There is a write with consistency 1 and
replication "majority", so 5 nodes will get the data (sa
No.
On Wed, Jan 5, 2011 at 10:38 AM, Mayuresh Kulkarni wrote:
>
> Hello,
>
> Is it possible to set the replication factor to some kind of "ALL" setting
> so that all data gets replicated to all nodes and if a new node is
> dynamically added to the cluster, the current nodes replicate their data t
Hello,
Is it possible to set the replication factor to some kind of "ALL" setting
so that all data gets replicated to all nodes and if a new node is
dynamically added to the cluster, the current nodes replicate their data
to it?
Thanks,
Mayuresh