1
cassandra-cli 도구로 100 개 이상의 결과를 반환 할 수있는 방법이 있습니까?Cassandra-cli가 100 개가 넘는 결과를 반환합니다.
cassandra-cli 도구로 100 개 이상의 결과를 반환 할 수있는 방법이 있습니까?Cassandra-cli가 100 개가 넘는 결과를 반환합니다.
예 :
[[email protected]] help get;
get <cf>['<key>'];
get <cf>['<key>']['<col>'] (as <type>)*;
get <cf>['<key>']['<super>'];
get <cf>['<key>'][<function>];
get <cf>['<key>'][<function>(<super>)][<function>(<col>)];
get <cf> where <column> = <value> [and <column> > <value> and ...] [limit <integer>];
Default LIMIT is 100. Available operations: =, >, >=, <, <=
...
[email protected]] help list;
list <cf>;
list <cf>[<startKey>:];
list <cf>[<startKey>:<endKey>];
list ... limit N;
List a range of rows in the column or supercolumn family.
example:
list Users[j:] limit 40;
당신은 즉시 대답에 대한 http://wiki.apache.org/cassandra/IRC IRC 채널을 공격 할 수 있습니다. – dmcnelis