[ 
https://issues.apache.org/jira/browse/CASSANDRA-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Bailey updated CASSANDRA-3702:
-----------------------------------

    Component/s: Tools
    Description: 
Doing

{noformat}
SELECT count(*) from <cf>;
{noformat}

will max out at 10,000 because that is the default limit for cql queries. 

  was:Doing 'SELECT count(*) from <cf>;' will max out at 10,000 because that is 
the default limit for cql queries. 

    
> CQL count() needs paging support
> --------------------------------
>
>                 Key: CASSANDRA-3702
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3702
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Nick Bailey
>             Fix For: 1.1
>
>
> Doing
> {noformat}
> SELECT count(*) from <cf>;
> {noformat}
> will max out at 10,000 because that is the default limit for cql queries. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to