5398995980)
>
> What encoding format should I use?. Here I defined ip as LongType & domain as
> utf8.
>
> When I upload data using above mentioned index type on CF definition then,
> above queries are working sucessfully. Why?
>
>
> Regards,
> Thamizhannal P
>
>
sucessfully. Why?
Regards,
Thamizhannal P
--- On Wed, 7/9/11, Jonathan Ellis wrote:
From: Jonathan Ellis
Subject: Re: Secondary index update issue
To: user@cassandra.apache.org
Date: Wednesday, 7 September, 2011, 7:29 PM
My guess would be you're querying using a different encoding and there
My guess would be you're querying using a different encoding and there
really is no data for your query as given. Hard to say without more
details.
On Wed, Sep 7, 2011 at 8:13 AM, Thamizh wrote:
>
> Hi All,
>
> I have created KS & CF using cassandra-0.7.8 and inserted some rows and
> column val
Hi All,
I have created KS & CF using cassandra-0.7.8 and inserted some
rows and column values(around 1000 rows). Later, I wanted to index 2
column values. So, I issued 'update column family..' command. After,
when I query based on indexed value it says "Row does not found".
After indexing 1. Iss