The query has a where clause on a column which is a secondary index in the
column family.E.g
select * from test_schema.test_cf where status = 0;
Here the status is integer column which is indexed.
-- IB
From: kurt Greaves
To: user@cassandra.apache.org; INDRANIL BASU
Sent: Tuesday
@Dorain, yes i did that by mistake. I rectified it by starting a new thread.
Thanks and regards,-- Indranil Basu
From: Dorian Hoxha
To: user@cassandra.apache.org; INDRANIL BASU
Sent: Monday, 3 October 2016 11:07 PM
Subject: Re: Way to write to dc1 but keep data only in dc2
Hello All,
I am getting the below error repeatedly in the system log of C* 2.1.0
WARN [SharedPool-Worker-64] 2016-09-27 00:43:35,835 SliceQueryFilter.java:236
- Read 0 live and 1923 tombstoned cells in test_schema.test_cf.test_cf_col1_idx
(see tombstone_warn_threshold). 5000 columns was requ
Hello All,
I am getting the below error repeatedly in the system log of C* 2.1.0
WARN [SharedPool-Worker-64] 2016-09-27 00:43:35,835 SliceQueryFilter.java:236
- Read 0 live and 1923 tombstoned cells in test_schema.test_cf.test_cf_col1_idx
(see tombstone_warn_threshold). 5000 columns was reques
Hello All,
Whats the best way to do data purging in C* column families based on size of
the table in the disk apart from TTL?
Thanks and regards,-- IB
From: Samba
To: user@cassandra.apache.org
Sent: Friday, 16 September 2016 2:34 PM
Subject: Re: CASSANDRA-5376: CQL IN clause on la
,-- Indranil Basu
From: Rajath Subramanyam
To: user@cassandra.apache.org; INDRANIL BASU
Sent: Monday, 8 August 2016 11:41 PM
Subject: Re: Verify cassandra backup and restore in C * 2.1
Hi Indranil,
One approach is to do a row count on the original source table and the table
that is
Hello,
How can we verify that cassandra data is backed up and restored correctly?
-- IB