PAGING

Enables or disables query paging.

Enables or disables query paging.

Synopsis

PAGING  ON | OFF 
Legend
  • Uppercase means literal
  • Lowercase means not literal
  • Italics mean optional
  • The pipe (|) symbol means OR or AND/OR
  • Ellipsis (...) means repeatable

A semicolon that terminates CQL statements is not included in the synopsis.

Description

In Apache Cassandra™ 2.1.1, you can use query paging in cqlsh. Paging provides the output of queries in 100-line chunks followed by the more prompt. To get the next chunk, press the space bar. Turning paging on enables query paging for all further queries. Using no ON or OFF argument with the command shows the current query paging status.