:00:47
> To:
> Reply-To: dev@cassandra.apache.org
> Subject: questions regarding read and write in cassandra
>
> Hi
> I have a question in the following scenario.
> Say we have 10 nodes, Replication factor is 5.
> Now, say, for Row X, Column Y, data is replicated to node 1,
@cassandra.apache.org
Subject: questions regarding read and write in cassandra
Hi
I have a question in the following scenario.
Say we have 10 nodes, Replication factor is 5.
Now, say, for Row X, Column Y, data is replicated to node 1,2,3,4,5
and current value is 10
Say, I issue a write command with value “20
Hi
I have a question in the following scenario.
Say we have 10 nodes, Replication factor is 5.
Now, say, for Row X, Column Y, data is replicated to node 1,2,3,4,5
and current value is 10
Say, I issue a write command with value “20” to Row X, column Y with
quorum(n/2+1=3 nodes). Say it updated 1 an