Re: CollationController not using collectTimeOrderedData

2015-02-24 Thread Michael Mior
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: >> ..

Re: CollationController not using collectTimeOrderedData

2015-02-24 Thread 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: > ... > > However, when I run the query with tracing, I see that Cassandra still > reads from ALL of the SSTables via coll

CollationController not using collectTimeOrderedData

2015-02-24 Thread Michael Mior
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.