Re: Row cache not working

2016-10-03 Thread Jeff Jirsa
h row cache enabled. From: Abhinav Solan Reply-To: "user@cassandra.apache.org" Date: Monday, October 3, 2016 at 1:38 PM To: "user@cassandra.apache.org" Subject: Re: Row cache not working It's cassandra 3.0.7, I had to set caching = {'keys': 'ALL',

Re: Row cache not working

2016-10-03 Thread Hannu Kröger
y very >> very dangerous if you have very wide rows in any of your tables with row >> cache enabled. >> >> >> >> >> >> >> >> From: Abhinav Solan >> Reply-To: "user@cassandra.apache.org" >> Date: Monday, O

Re: Row cache not working

2016-10-03 Thread Edward Capriolo
us if you have very wide rows in any of your tables with row > cache enabled. > > > > > > > > *From: *Abhinav Solan > *Reply-To: *"user@cassandra.apache.org" > *Date: *Monday, October 3, 2016 at 1:38 PM > *To: *"user@cassandra.apache.org" &

Re: Row cache not working

2016-10-03 Thread Jeff Jirsa
very very dangerous if you have very wide rows in any of your tables with row cache enabled. From: Abhinav Solan Reply-To: "user@cassandra.apache.org" Date: Monday, October 3, 2016 at 1:38 PM To: "user@cassandra.apache.org" Subject: Re: Row cache not working

Re: Row cache not working

2016-10-03 Thread Abhinav Solan
version would be useful)? > > > > *From: *Abhinav Solan > *Reply-To: *"user@cassandra.apache.org" > *Date: *Monday, October 3, 2016 at 11:35 AM > *To: *"user@cassandra.apache.org" > *Subject: *Re: Row cache not working > > > > Hi, can anyone

Re: Row cache not working

2016-10-03 Thread Jeff Jirsa
Which version of Cassandra are you running (I can tell it’s newer than 2.1, but exact version would be useful)? From: Abhinav Solan Reply-To: "user@cassandra.apache.org" Date: Monday, October 3, 2016 at 11:35 AM To: "user@cassandra.apache.org" Subject: Re: Row cach

Re: Row cache not working

2016-10-03 Thread Edward Capriolo
I was thinking about this issue. I was wondering on the dev side if it would make sense to make a utility for the unit tests that could enable tracing and then assert that a number of steps in the trace happened. Something like: setup() runQuery("SELECT * FROM X") Assertion.assertTrace("Preparing

Re: Row cache not working

2016-10-03 Thread Abhinav Solan
Hi, can anyone please help me with this Thanks, Abhinav On Fri, Sep 30, 2016 at 6:20 PM Abhinav Solan wrote: > Hi Everyone, > > My table looks like this - > CREATE TABLE test.reads ( > svc_pt_id bigint, > meas_type_id bigint, > flags bigint, > read_time timestamp, > value do

Row cache not working

2016-09-30 Thread Abhinav Solan
Hi Everyone, My table looks like this - CREATE TABLE test.reads ( svc_pt_id bigint, meas_type_id bigint, flags bigint, read_time timestamp, value double, PRIMARY KEY ((svc_pt_id, meas_type_id)) ) WITH bloom_filter_fp_chance = 0.1 AND caching = {'keys': 'ALL', 'rows_per_