You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2018/06/21 10:29:00 UTC

[jira] [Commented] (HBASE-18569) Add prefetch support for async region locator

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

Duo Zhang commented on HBASE-18569:
-----------------------------------

OK the prefetch code has already been purged from the sync client in HBASE-10018. And since now we are using the reverse scan to get the region location, I think we can add it back. For random read/write it would help a lot.

For a typical MR this will not help as we will always scan forward, not backward, but since the it could still finish in one rpc call, there is no down side either.

> Add prefetch support for async region locator
> ---------------------------------------------
>
>                 Key: HBASE-18569
>                 URL: https://issues.apache.org/jira/browse/HBASE-18569
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Duo Zhang
>            Priority: Major
>
> It will be useful for large tables.



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