The equivalent of multget slice is select * from table where primary_key in ('that', 'this', 'the other thing')
Not sure if you can count these in a way that makes sense since you can not group. On Thu, Feb 14, 2013 at 9:17 PM, Michael Kjellman <mkjell...@barracuda.com> wrote: > I'm confused what you are looking to do. > > CQL3 syntax (SELECT * FROM keyspace.cf WHERE user = 'cooldude') has > nothing to do with thrift client calls (such as multiget_slice) > > What is your goal here? > > Best, > michael > > On 2/14/13 5:57 PM, "Drew Kutcharian" <d...@venarc.com> wrote: > >>Hi Guys, >> >>What's the syntax for multiget_slice in CQL3? How about multiget_count? >> >>-- Drew >