Thanks a lot David
On Mar 29, 2010, at 6:53 PM, David Strauss wrote:
> The partitioner *is* the method by which Cassandra selects the node to
> write to. Even if the client picks a node and requests a write there,
> Cassandra will still do the write where it knows it belongs. Every node
> is a g
The partitioner *is* the method by which Cassandra selects the node to
write to. Even if the client picks a node and requests a write there,
Cassandra will still do the write where it knows it belongs. Every node
is a gateway to do anything, anywhere in the cluster.
On 2010-03-29 23:31, Carlos San
Would it be best then for the client to select the node to write to when using
OPP in order to evenly distributes the keys?
On Mar 29, 2010, at 6:05 PM, David Timothy Strauss wrote:
> OPP should only affect write speed if OPP's tendency to unevenly distribute
> load causes some nodes to be over
OPP should only affect write speed if OPP's tendency to unevenly distribute
load causes some nodes to be overworked.
In other words, OPP vs. RP on a single node system should have no real effect.
-Original Message-
From: Carlos Sanchez
Date: Mon, 29 Mar 2010 18:58:50
To: user@cassandra