2010-12-18 38 views
2

我正在使用Cassandra,我想从列系列中提取所有记录,但我没有弄清楚如何去做。我没有任何密钥来获取记录。如何从命令提示符执行它?有没有任何疑问?如何获取特定列的记录列表家庭?

回答

1
[[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;