RE: Force data to a specific node

2013-01-03 Thread DE VITO Dominique
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

Re: Force data to a specific node

2013-01-03 Thread Sávio Teles
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

RE: Force data to a specific node

2013-01-03 Thread DE VITO Dominique
. 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

Re: Force data to a specific node

2013-01-02 Thread Edward Capriolo
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.

Re: Force data to a specific node

2013-01-02 Thread Aaron Turner
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

Re: Force data to a specific node

2013-01-02 Thread Everton Lima
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

Re: Force data to a specific node

2013-01-02 Thread Edward Sargisson
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