You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Mark <st...@gmail.com> on 2011/08/22 16:33:50 UTC

Pagination w/ Thrift API

How would one paginate using the Thrift API? As far as I can tell you 
can only accomplish this by iterating over a scan and increasing the 
last row key by a byte of 0. Is there an easier way and/or a way to jump 
to a particular page?

Thanks