Re: please explain read path when key not in database

2013-02-28 Thread aaron morton
> This is my understanding from using cassandra for probably around 2 years Sounds about right. Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 26/02/2013, at 7:43 AM, "Hiller, Dean" wrote: > This is my understandin

Re: please explain read path when key not in database

2013-02-26 Thread Hiller, Dean
This is my understanding from using cassandra for probably around 2 years….(though I still make mistakes sometimes)…. For CL.ONE read Depending on the client, the client may go through one of it's known nodes(co-ordinating node) which goes to real node(clients like astyanax/hector read in the

please explain read path when key not in database

2013-02-26 Thread Igor
Hello! Explain please, how this work when I request for key which is not in database * The closest node (as determined by proximity sorting as described above) will be sent a command to perform an actual data read (i.e., return data to the co-ordinating node). * As required by consiste