Re: anyone know how to lookup non-continguous columns BUT for prefixes?

2012-09-04 Thread aaron morton
It's not possible to get non contiguous column slices. 

> This is a trimmed down example of course.  I am thinking maybe I might just 
> use the astyanax async to send out 500 requests instead.
Keep an eye on what happens on the server side. 
Sometimes less is more. 

Cheers

-
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com

On 5/09/2012, at 4:56 AM, "Hiller, Dean"  wrote:

> I have a row that is an index like so
> 
> Index row -> ., ., ., 
> . , ., ., .
> 
> I would like to get all of the pks for
>which are pk32 and pk7
> And
>which are pk54
> 
> This is a trimmed down example of course.  I am thinking maybe I might just 
> use the astyanax async to send out 500 requests instead.
> 
> Thanks,
> Dean
> 
> 



Re: anyone know how to lookup non-continguous columns BUT for prefixes?

2012-09-04 Thread Dave Brosius
You'd need to make n queries, or do a superset query from min>;-