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
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
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
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
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
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