Cassandra consultant desperately needed!

2011-06-30 Thread Yavor Ignatov
Dear Cassandra Developers, Please forgive the random intrusion, however, an important client of our consultancy is looking into replacing a production size Oracle DB with Cassandra. They are, regrettably, unable to find anyone with actual Cassandra experience to lead the feasibility study. Do a

Re: Consistent Hashing

2011-06-30 Thread Santiago Basulto
uhmm, didn't expect that i'd be that simple (i did read the dht package, but was not aware of the Token). Thank you Jon, and sorry for the stupid question. 2011/6/30 Jonathan Ellis : > RandomPartitioner.getToken > > On Thu, Jun 30, 2011 at 5:38 AM, Santiago Basulto > wrote: >> Hello People. Sorr

Re: Consistent Hashing

2011-06-30 Thread Jonathan Ellis
RandomPartitioner.getToken On Thu, Jun 30, 2011 at 5:38 AM, Santiago Basulto wrote: > Hello People. Sorry for the question, i think it could be a little "simple". > > I'm starting with cassandra, and trying to understand the source code. > I also read the White Paper. > > My question is. Where is

Consistent Hashing

2011-06-30 Thread Santiago Basulto
Hello People. Sorry for the question, i think it could be a little "simple". I'm starting with cassandra, and trying to understand the source code. I also read the White Paper. My question is. Where is all the thing about Consistent Hashing (mentioned in the paper) implemented? I've looked for it