Re: Smart column searching for a particular rowKey

2015-02-04 Thread Eric Stevens
user@cassandra.apache.org > *Subject:* RE: Smart column searching for a particular rowKey > > > > Cannot find something corresponding to where clause there. > > > > *From:* Ravi Agrawal [mailto:ragra...@clearpoolgroup.com > ] > *Sent:* Tuesday, February 03, 2015

RE: Smart column searching for a particular rowKey

2015-02-03 Thread Mohammed Guller
Agrawal [mailto:ragra...@clearpoolgroup.com] Sent: Tuesday, February 3, 2015 11:54 AM To: user@cassandra.apache.org Subject: RE: Smart column searching for a particular rowKey Cannot find something corresponding to where clause there. From: Ravi Agrawal [mailto:ragra...@clearpoolgroup.com] Sent

RE: Smart column searching for a particular rowKey

2015-02-03 Thread Ravi Agrawal
Cannot find something corresponding to where clause there. From: Ravi Agrawal [mailto:ragra...@clearpoolgroup.com] Sent: Tuesday, February 03, 2015 2:44 PM To: user@cassandra.apache.org Subject: RE: Smart column searching for a particular rowKey Thanks, it does. How about in astyanax? From

RE: Smart column searching for a particular rowKey

2015-02-03 Thread Ravi Agrawal
Thanks, it does. How about in astyanax? From: Eric Stevens [mailto:migh...@gmail.com] Sent: Tuesday, February 03, 2015 1:49 PM To: user@cassandra.apache.org Subject: Re: Smart column searching for a particular rowKey WHERE < + ORDER DESC + LIMIT should be able to accomplish that. On Tue, Fe

Re: Smart column searching for a particular rowKey

2015-02-03 Thread Eric Stevens
WHERE < + ORDER DESC + LIMIT should be able to accomplish that. On Tue, Feb 3, 2015 at 11:28 AM, Ravi Agrawal wrote: > Hi Guys, > > Need help with this. > > My rowKey is stockName like GOOGLE, APPLE. > > Columns are sorted as per timestamp and they include some set of data > fields like price a

Smart column searching for a particular rowKey

2015-02-03 Thread Ravi Agrawal
Hi Guys, Need help with this. My rowKey is stockName like GOOGLE, APPLE. Columns are sorted as per timestamp and they include some set of data fields like price and size. So, data would be like 1. 9:31:00, $520, 100 shares 2. 9:35:09, $530, 1000 shares 3. 9:45:39, $520, 500 shares I want to searc