To add to what Samarth said, please take a look also at the unit tests
in QueryMoreIT as they give you a pretty good idea on how to implement
paged queries in a scalable manner over big data.
Thanks,
James

On Sun, Nov 23, 2014 at 7:33 PM, Samarth Jain <samarth.j...@gmail.com> wrote:
> Supporting limit/offset like queries is inherently not efficient for HBase.
> Alternatively you could use Phoenix's support for row value constructors to
> page through query results. See http://phoenix.apache.org/paged.html for
> details.
>
>
> On Sunday, November 23, 2014, su...@certusnet.com.cn
> <su...@certusnet.com.cn> wrote:
>>
>> Hi, all,
>>    I just wonder if phoenix has such support cause we are considering to
>> utilize phoenix instead of mysql infobright
>> in our projects.
>>   Moreover, does phoenix  supports user-defined functions? If so, how to
>> use them?
>>
>>   Best thanks,
>>  Sun.
>>
>> ________________________________
>> ________________________________
>>
>> CertusNet

Reply via email to