CQL.
De : Sávio Teles [mailto:savio.te...@lupa.inf.ufg.br]
Envoyé : jeudi 3 janvier 2013 14:58
À : user@cassandra.apache.org
Objet : Re: Force data to a specific node
Hi Dominique,
I have the same problem! I would like to place an object in a specific node
because I'm working in a spat
t; rows with same K1 are on the same node.
>
> ** **
>
> See also https://issues.apache.org/jira/browse/CASSANDRA-5054
>
> ** **
>
> Dominique
>
> ** **
>
> ** **
>
> *De :* Everton Lima [mailto:peitin.inu...@gmail.com]
> *Envoyé :* mercredi 2 janvier 2013
.
See also https://issues.apache.org/jira/browse/CASSANDRA-5054
Dominique
De : Everton Lima [mailto:peitin.inu...@gmail.com]
Envoyé : mercredi 2 janvier 2013 19:20
À : user@cassandra.apache.org
Objet : Re: Force data to a specific node
We need to do this to minimize the network I/O. We have our
There is a crazy, very bad, don't do it way to do this. You can set RF=1
and hack the "LocalPartitioner" (because the local partitioner has been
made not to do this)
Then the node you connect to and write is the node the data will get stored
on.
Its like memcache "do it yourself" style sharding.
You'd have to use the ordered partitioner or something like that and
choose your row key according to the node you want it placed.
But that's in general a really bad idea because you end up with
unbalanced nodes and hot spots.
That said, are your nodes on a LAN? I have my 9+3 node cluster (two
d
We need to do this to minimize the network I/O. We have our own load data
balance algorithm. We have some data that is best to process in a local
machine.
Is it possible? How?
2013/1/2 Edward Sargisson
> Why would you want to?
>
> --
> *From*: Everton Lima
> *To*: C
Why would you want to?
From: Everton Lima
To: Cassandra-User
Sent: Wed Jan 02 18:03:49 2013
Subject: Force data to a specific node
It is possible to force a data to stay in a specific node?
--
Everton Lima Aleixo
Bacharel em Ciência da Computação pela UFG
Mestr