[
https://issues.apache.org/jira/browse/CASSANDRA-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215180#comment-13215180
]
Pavel Yaskevich commented on CASSANDRA-3012:
--------------------------------------------
How about syntax like 'list <cf>[...] limit X (columns Y)?' that will allow to
just skip using 'columns Y' block when you want to return all columns and make
syntax more intuitive because 'limit 10, 30' could be treated as limit min 10
max 30 rows?...
> cassandra-cli list <CF> limit number of columns returned
> --------------------------------------------------------
>
> Key: CASSANDRA-3012
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3012
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.0.7
> Reporter: Aaron Turner
> Assignee: Dave Brosius
> Priority: Minor
> Labels: cli, limit
> Fix For: 1.1.1
>
> Attachments: cli_list_columncount.diff
>
>
> Right now in the CLI, running: list MyColumnFamily; will return the first 100
> rows and quite easily the bazillion columns associated with those rows.
> Often times you're interested in just the row keys in the CF and less
> interested in all the columns or perhaps only a subset of columns.
> Hence it would be nice to have the limit option take a second, optional
> parameter limiting the number of columns to return:
> list MyCF[startkey:] limit 10, 30;
> would limit the columns per row to 30 while limiting the number of rows to 10
> and starting at key "startkey". It should also take values 0 (no columns)
> and -1 (all columns). -1 should also be acceptable as a row limit also
> denoting "all rows" rather then requiring the user to type a large positive
> number.
--
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