And the key would be the state or value matched, I'm getting it well?
On Tue, Apr 20, 2010 at 2:46 PM, Christian Torres wrote:
> So the sugestion would be create a column family with the values or states
> and with columns save the matches?
>
>
> On Tue, Apr 20, 2010 at 11:27 AM, Roger Schildmeij
So the sugestion would be create a column family with the values or states
and with columns save the matches?
On Tue, Apr 20, 2010 at 11:27 AM, Roger Schildmeijer wrote:
> My bad. Missed your one-to-one relationship (row key <-> column
>
> )
> On 20 apr 2010, at 19.24em, Christian Torres wrote:
My bad. Missed your one-to-one relationship (row key <-> column
)
On 20 apr 2010, at 19.24em, Christian Torres wrote:
> Mmmm...
>
> According with this doc http://wiki.apache.org/cassandra/API#get_slice that a
> developer mailed to me It's possible!!
>
> I sent you as reference
>
> On Tue, Ap
http://wiki.apache.org/cassandra/API#get_slice
get_slice retrieves the values for either (a) a list of column names or (b)
a range of columns, depending on the SlicePredicate you use. It does not
allow you to filter a la SQL's WHERE. You would need to create your own
index to do so, at least unti
s [mailto:chtor...@gmail.com]
Sent: Tuesday, April 20, 2010 12:25 PM
To: user@cassandra.apache.org
Subject: Re: Filters
Mmmm...
According with this doc http://wiki.apache.org/cassandra/API#get_slice that a
developer mailed to me It's possible!!
I sent you as reference
On Tue, Apr 20, 2010 at
Mmmm...
According with this doc http://wiki.apache.org/cassandra/API#get_slice that
a developer mailed to me It's possible!!
I sent you as reference
On Tue, Apr 20, 2010 at 11:17 AM, Mark Jones wrote:
> You will have to pull the columns and filter yourself.
>
>
>
> *From:* Christian Torres [m
You will have to pull the columns and filter yourself.
From: Christian Torres [mailto:chtor...@gmail.com]
Sent: Tuesday, April 20, 2010 11:50 AM
To: user@cassandra.apache.org
Cc: d...@cassandra.apache.org
Subject: Filters
Hello!
Is there any way to make filters (WHEREs) in cassandra? Or I have t