【发布时间】:2014-07-23 04:21:01
【问题描述】:
我想先获取前 n 行,然后再获取下 n 行,然后继续这样。如何在 phpcassa/Cassandra 中做到这一点?
//编辑
我在 phpcassa 中看到了 ColumnFamily::create_slice_predicate 方法,但它是私有的,并且 get 方法总是需要行键。我想要 Cassandra-Cluster-Admin 的浏览列族功能。我只是想知道是否有 phpcassa 解决方案或者我应该挖掘 thrift API?
【问题讨论】: