; Thanks,
>
>
>
> -nate
>
>
>
>
>
>
>
> From: Nate Sammons [mailto:nsamm...@ften.com]
> Sent: Tuesday, November 08, 2011 11:14 AM
>
> To: user@cassandra.apache.org
> Subject: RE: Secondary index issue, unable to query for records that should
> be
To: user@cassandra.apache.org
Subject: RE: Secondary index issue, unable to query for records that should be
there
Note that I had identical behavior using a fresh download of Cassandra 1.0.2 as
of today.
Thanks,
-nate
From: Nate Sammons [mailto:nsamm...@ften.com]<mailto:[mailto:ns
e
keyspace is set to 1, CL is the default for Hector, which I think is QUORUM.
I'm trying to get a simple test together that shows this. Does anyone know if
multiple indexes like this are efficient?
Thanks,
-nate
From: Riyad Kalla [mailto:rka...@gmail.com<mailto:rka...@gmai
QUORUM.
I'm trying to get a simple test together that shows this. Does anyone know if
multiple indexes like this are efficient?
Thanks,
-nate
From: Riyad Kalla [mailto:rka...@gmail.com<mailto:rka...@gmail.com>]
Sent: Monday, November 07, 2011 4:31 PM
To: user@cassandra.apache.org<
ult's
get() method returns null (which should have rows).
Thanks,
-nate
From: Jake Luciani [mailto:jak...@gmail.com]
Sent: Tuesday, November 08, 2011 8:56 AM
To: user@cassandra.apache.org
Subject: Re: Secondary index issue, unable to query for records that should be
there
Hi Nate,
t;
> ** **
>
> ** **
>
> *From:* Riyad Kalla [mailto:rka...@gmail.com]
> *Sent:* Monday, November 07, 2011 4:31 PM
> *To:* user@cassandra.apache.org
> *Subject:* Re: Secondary index issue, unable to query for records that
> should be there
>
> ** **
>
> Nate, is t
-nate
From: Riyad Kalla [mailto:rka...@gmail.com]
Sent: Monday, November 07, 2011 4:31 PM
To: user@cassandra.apache.org
Subject: Re: Secondary index issue, unable to query for records that should be
there
Nate, is this all against a single Cassandra server, or do you have a ring
setup? If you do h
Nate, is this all against a single Cassandra server, or do you have a ring
setup? If you do have a ring setup, what is your replicationfactor set to?
Also what ConsistencyLevel are you writing with when storing the values?
-R
On Mon, Nov 7, 2011 at 2:43 PM, Nate Sammons wrote:
> Hello,
>
>
Hello,
I'm experimenting with Cassandra (DataStax Enterprise 1.0.3), and I've got a CF
with several secondary indexes to try out some options. Right now I have the
following to create my CF using the CLI:
create column family MyTest with
key_validation_class = UTF8Type
and comparator = UTF