Re: Using WHERE IN with Wide Rows

2013-03-11 Thread aaron morton
What statement are you issuing ? What have you tried ? Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 8/03/2013, at 5:49 AM, Adam Venturella wrote: > TL;DR: > Is it possible to use WHERE IN on wide rows but only

Using WHERE IN with Wide Rows

2013-03-08 Thread Adam Venturella
TL;DR: Is it possible to use WHERE IN on wide rows but only have it return the 1st column of each of the rows in the IN()? First, I am aware that WHERE IN (id1, id2, id3...N) is not the most performant, and should not be used on large sets. Assuming there is also little difference from just issui