RE: Querying on index

2016-03-02 Thread Amit Singh F
: user@cassandra.apache.org Subject: Re: Querying on index At this time no one else is using this table. So the data is static. -Original Message- From: Rakesh Kumar To: user Sent: Tue, Mar 1, 2016 4:54 pm Subject: Querying on index Cassandra: 3.3On my test system I create a tablecreate

Re: Querying on index

2016-03-01 Thread Jonathan Haddad
rectly, but it was terrible slow (expected since it will > hit SStable every time). > > > -Original Message- > From: Rakesh Kumar > To: user > Sent: Tue, Mar 1, 2016 4:57 pm > Subject: Re: Querying on index > > > At this time no one else is using this table. S

Re: Querying on index

2016-03-01 Thread Rakesh Kumar
Looks like Bloom filter size was the issue. Once I disabled it, the query returns rows correctly, but it was terrible slow (expected since it will hit SStable every time). -Original Message- From: Rakesh Kumar To: user Sent: Tue, Mar 1, 2016 4:57 pm Subject: Re: Querying on index

Re: Querying on index

2016-03-01 Thread Rakesh Kumar
At this time no one else is using this table. So the data is static. -Original Message- From: Rakesh Kumar To: user Sent: Tue, Mar 1, 2016 4:54 pm Subject: Querying on index Cassandra: 3.3On my test system I create a tablecreate table eventinput( event_id varchar ,event_class_c