On Thu, Oct 1, 2015 at 5:37 AM, Onur Yalazı wrote:
> What is happening? How can this situation happen? Do you have any ideas?
...
> This is really strange. If I select status from the table, I see 1901
> rows with status 1 or -1.
I rebuild the index and the results did not change. But If I u
Hello,
I have a table with a status field and a secondary index on that table.
Every row has 1 or -1 status values.
I have these queries run from cqlsh with the results:
consistency all;
select count(*) from table; /** 1901
Select count(*) from table where status=1; /** 27
select count(*) fro