You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ryan McGuire (JIRA)" <ji...@apache.org> on 2015/09/22 20:50:04 UTC

[jira] [Updated] (CASSANDRA-9855) Make page_size configurable in cqlsh

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

Ryan McGuire updated CASSANDRA-9855:
------------------------------------
    Fix Version/s: 3.0.0 rc2

> 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
>            Assignee: Ryan McGuire
>            Priority: Minor
>              Labels: cqlsh
>             Fix For: 3.0.0 rc2
>
>         Attachments: 9855.txt
>
>
> 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)