On Fri, Feb 13, 2015 at 11:18 AM, chandra Varahala <
hadoopandcassan...@gmail.com> wrote:
> I have already secondary index on that column, but how to I query that
> column by size ?
You can't. If this is a query that you want to do regularly and
efficiently, I suggest creating a second table to
I have already secondary index on that column, but how to I query that
column by size ?
thanks
chandra
On Fri, Feb 13, 2015 at 3:30 AM, Marcelo Valle (BLOOMBERG/ LONDON) <
mvallemil...@bloomberg.net> wrote:
> There is no automatic indexing in Cassandra. There are secondary indexes,
> but not for
Greetings,
I have one column family with 10 columns, one of the column we store
xml/json.
Is there a way I can query that column where size > 50kb ? assuming I
have index on that column.
thanks
CV.