[
https://issues.apache.org/jira/browse/CASSANDRA-9855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14648304#comment-14648304
]
Ryan McGuire edited comment on CASSANDRA-9855 at 7/30/15 9:09 PM:
------------------------------------------------------------------
Attached 9855.txt that adds the first style Sylvain mentioned to the PAGING
command
All of the following commands are valid:
{code}
PAGING ON
PAGING OFF
PAGING 50
PAGING
{code}
Additionally, if you just type PAGING it will tell you your current page size.
was (Author: enigmacurry):
Attached 9855.patch that adds the first style Sylvain mentioned to the PAGING
command
All of the following commands are valid:
{code}
PAGING ON
PAGING OFF
PAGING 50
PAGING
{code}
Additionally, if you just type PAGING it will tell you your current page size.
> 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
> 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)