[ 
https://issues.apache.org/jira/browse/HBASE-6491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465036#comment-13465036
 ] 

stack commented on HBASE-6491:
------------------------------

What if nbRows is 1M and the rows are 100MB each?  Can this not be done as an 
option on Scan?  Then clientside we look for limit count and as you next 
through the results, we'll intercede and shut the scanner once we have hit 
limit?
                
> add limit function at ClientScanner
> -----------------------------------
>
>                 Key: HBASE-6491
>                 URL: https://issues.apache.org/jira/browse/HBASE-6491
>             Project: HBase
>          Issue Type: New Feature
>          Components: Client
>    Affects Versions: 0.96.0
>            Reporter: ronghai.ma
>            Assignee: ronghai.ma
>              Labels: patch
>             Fix For: 0.96.0
>
>         Attachments: ClientScanner.java, HBASE-6491.patch
>
>
> Add a new method in ClientScanner to implement a function like LIMIT in MySQL.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to