You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick.han (JIRA)" <ji...@apache.org> on 2018/11/16 04:26:00 UTC

[jira] [Commented] (HBASE-14294) Add new attribute to Scan to limit the return size of records

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

Nick.han commented on HBASE-14294:
----------------------------------

this new feature was added in https://issues.apache.org/jira/browse/HBASE-17508 by zhangduo,close.

> Add new attribute to Scan to limit the return size of records
> -------------------------------------------------------------
>
>                 Key: HBASE-14294
>                 URL: https://issues.apache.org/jira/browse/HBASE-14294
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 2.0.0
>            Reporter: Nick.han
>            Assignee: Nick.han
>            Priority: Minor
>         Attachments: 14294-v1.patch
>
>
> Reason:
> we all use PageFilter to limit the size of the return records,but the PageFilter return limit * region number size of limit ,which is bad for a huge number of region per table.
> Solution:
> ClientScanner has a attribute caching which determine the return size of record per RPC,so we can use this attribute to limit the return size of hbase.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)