Re: Get few rows by composite key.

2012-03-20 Thread aaron morton
and the second is a fetch. > > Cheers, > Steve > > From: Michael Cherkasov [mailto:michael.cherka...@gmail.com] > Sent: Monday, March 19, 2012 9:41 AM > To: user@cassandra.apache.org > Subject: Re: Get few rows by composite key. > > Also one more question: > Ca

RE: Get few rows by composite key.

2012-03-19 Thread Stephen Pope
Those are going to have to be separate queries, since the first is a slice, and the second is a fetch. Cheers, Steve From: Michael Cherkasov [mailto:michael.cherka...@gmail.com] Sent: Monday, March 19, 2012 9:41 AM To: user@cassandra.apache.org Subject: Re: Get few rows by composite key. Also

RE: Get few rows by composite key.

2012-03-19 Thread Stephen Pope
apache.org Subject: Get few rows by composite key. Hello, Assume that we have table like this one: Key:Columns names: AA:AA 1:A 1:B 1:C 2:A 2:C AA:BB 1:C 2:A 2:C AA:CC 2:A 2:C AA:DD 1:A 1:B 1:C BB:AA 1:A 1:B 2:C BB:BB 1:A 1:B 1:C 2:C BB:CC 1:A 2:A 2:C BB:DD 1:

Re: Get few rows by composite key.

2012-03-19 Thread Michael Cherkasov
Also one more question: Can someone show query that will fetch all rows match to this condition: ( AA:(part 2>= BB) ) or ( key == (BB:CC) ) 2012/3/19 Michael Cherkasov > Hello, > Assume that we have table like this one: > > Key:Columns names: > AA:AA 1:A 1:B 1:C 2:A 2:C > AA:BB

Get few rows by composite key.

2012-03-19 Thread Michael Cherkasov
Hello, Assume that we have table like this one: Key:Columns names: AA:AA 1:A 1:B 1:C 2:A 2:C AA:BB 1:C 2:A 2:C AA:CC 2:A 2:C AA:DD 1:A 1:B 1:C BB:AA 1:A 1:B 2:C BB:BB 1:A 1:B 1:C 2:C BB:CC 1:A 2:A 2:C BB:DD 1:A 1:C 2:A 2:C Is there any way to take rows wi