Nodetool tablehistograms

2017-07-19 Thread Abhinav Solan
Hi Everyone, Here is the result of my tablehistograms command on one of our tables. Percentile SSTables Write Latency Read LatencyPartition Size Cell Count (micros) (micros) (bytes) 50% 4.00 73.46

Re: Row cache not working

2016-10-03 Thread Abhinav Solan
*Subject: *Re: Row cache not working > > > > Hi, can anyone please help me with this > > > > Thanks, > > Abhinav > > > > On Fri, Sep 30, 2016 at 6:20 PM Abhinav Solan <abhinav.so...@gmail.com> > wrote: > > Hi Everyone, > > > > My table looks lik

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 <abhinav.so...@gmail.com> wrote: > Hi Everyone, > > My table looks like this - > CREATE TABLE test.reads ( > svc_pt_id bigint, > meas_type_id bigint, > fl

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',

Re: NoHostAvailableException coming up on our server

2016-07-13 Thread Abhinav Solan
tune. > > Best, > > Romain > > > Le Mardi 12 juillet 2016 23h57, Abhinav Solan <abhinav.so...@gmail.com> a > écrit : > > > I am using 3.0.0 version over apache-cassandra-3.3 > > On Tue, Jul 12, 2016 at 2:37 PM Riccardo Ferrari <ferra...@gmail.com&g

Re: NoHostAvailableException coming up on our server

2016-07-12 Thread Abhinav Solan
> On Tue, Jul 12, 2016 at 9:02 PM, Abhinav Solan <abhinav.so...@gmail.com> > wrote: > >> Thanks, Johnny >> Actually, they were running .. it went through a series of read and >> writes .. and recovered after the error. >> Is there any settings I can specify in

Re: NoHostAvailableException coming up on our server

2016-07-12 Thread Abhinav Solan
eed to check if all the nodes in your cluster are > running. > > See: > http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/exceptions/NoHostAvailableException.html > > > Johnny > > On 12 Jul 2016, at 18:46, Abhinav Solan <abhinav.so...@gmail.com

NoHostAvailableException coming up on our server

2016-07-12 Thread Abhinav Solan
Hi Everyone, I am getting this error on our server, it comes and goes seems the connection drops a comes back after a while - Caused by: com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: :9042

Blob or columns

2016-06-03 Thread Abhinav Solan
Hi Everyone, We have a unique situation at my workplace while storing data. We are using Cassandra as a write through cache where we keep real time data in Cassandra for around 10 - 20 days and rest we archive it to another data store as archived data. The current data which we are going to store