Sylvain Lebresne created CASSANDRA-9855:
-------------------------------------------

             Summary: Make page_size configurable in cqlsh
                 Key: CASSANDRA-9855
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9855
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Sylvain Lebresne
            Priority: Minor


Appears we made cqlsh use paging, but the page size if hard-coded. It sounds 
easy enough to make that configurable, by either one of:
{noformat}
PAGING 50;
PAGING ON WITH PAGE_SIZE=50;
{noformat}
I'm sure some users may be happy with the convenience but it would also be nice 
when we want to quickly test paging.



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

Reply via email to