Yes.
On Mon, May 24, 2010 at 8:56 PM, Mishail wrote:
> Hi Jonatan,
>
> Will it be possible to have datacenter replication factor == 0? (do not
> replicate keyspace to that DC)
>
> Jonathan Ellis wrote:
>> DatacenterShardSnitch in 0.7 allows something like this:
>>
>> # DatacenterShardStrategy i
Hi Jonatan,
Will it be possible to have datacenter replication factor == 0? (do not
replicate keyspace to that DC)
Jonathan Ellis wrote:
> DatacenterShardSnitch in 0.7 allows something like this:
>
> # DatacenterShardStrategy is a generalization of RackAwareStrategy.
> # For each datacenter,
DatacenterShardSnitch in 0.7 allows something like this:
# DatacenterShardStrategy is a generalization of RackAwareStrategy.
# For each datacenter, you can specify (in `datacenter.properties`)
# how many replicas you want on a per-keyspace basis. Replicas are
# placed on different racks w
Greetings,
Is it possible to spread the particular keyspace only to the part of the
ring?
For example:
Node| Keyspaces
node1 | KS1
node2 | KS2
node3 | KS1, KS2
Each KeySpace has ReplicationFactor == 2, so, node3 would store data
from all keyspaces.