Jeff Liu created CASSANDRA-8899:
-----------------------------------

             Summary: cqlsh not able to get row count with select(*) with large 
table
                 Key: CASSANDRA-8899
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8899
             Project: Cassandra
          Issue Type: Bug
         Environment: Cassandra 2.1.2 ubuntu12.04
            Reporter: Jeff Liu


 I'm getting errors when running a query that looks at a large number of rows.
{noformat}
cqlsh:events> select count(*) from catalog;

 count
-------
 10000

(1 rows)

cqlsh:events> select count(*) from catalog limit 11000;

 count
-------
 11000

(1 rows)

cqlsh:events> select count(*) from catalog limit 50000;
errors={}, last_host=127.0.0.1
cqlsh:events> 
{noformat}

We don't make queries w/o a WHERE clause in Chisel itself but I can't validate 
the correct number of rows are being inserted into the table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to