Re: Hector + Range query problem

2012-01-18 Thread Philippe
Hi aaron Nope: I'm using BOP...forgot to mention it in my original message. I changed it to a multiget and it works but i think the range would be more efficient so I'd really like to solve this. Thanks Le 18 janv. 2012 09:18, "aaron morton" a écrit : > Does this help ? > http://wiki.apache.org

Re: Hector + Range query problem

2012-01-18 Thread aaron morton
Does this help ? http://wiki.apache.org/cassandra/FAQ#range_rp Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 17/01/2012, at 10:58 AM, Philippe wrote: > Hello, > I've been trying to retrieve rows based on key range but every single time I

Hector + Range query problem

2012-01-16 Thread Philippe
Hello, I've been trying to retrieve rows based on key range but every single time I test, Hector retrieves ALL the rows, no matter the range I give it. What can I possibly be doing wrong ? Thanks. I'm doing a test on a single-node RF=1 cluster (c* 1.0.5) with one column family (I've added & trunca