Thanks Robert!
https://issues.apache.org/jira/browse/CASSANDRA-8859
2015-02-24 14:06 GMT-05:00 Robert Coli :
> On Tue, Feb 24, 2015 at 10:58 AM, Michael Mior
> wrote:
>
>> I'd appreciate some help with a Cassandra 2.1.2 issue I'm experiencing.
>> I'm running a query which looks like this:
>> ..
On Tue, Feb 24, 2015 at 10:58 AM, Michael Mior
wrote:
> I'd appreciate some help with a Cassandra 2.1.2 issue I'm experiencing.
> I'm running a query which looks like this:
> ...
>
> However, when I run the query with tracing, I see that Cassandra still
> reads from ALL of the SSTables via coll
Hi all,
I'd appreciate some help with a Cassandra 2.1.2 issue I'm experiencing. I'm
running a query which looks like this:
CREATE TABLE single_row_fetch (id uuid PRIMARY KEY, data text)
SELECT data FROM single_row_fetch WHERE id = ?
When writing test data into this table, I disabled compaction.