You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/01/26 21:04:39 UTC

[jira] [Resolved] (HBASE-2247) [performance] Small scans should run like a random-read

     [ https://issues.apache.org/jira/browse/HBASE-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-2247.
--------------------------

    Resolution: Fixed

Recently added short scan does this.  Resolving as fixed.

> [performance] Small scans should run like a random-read
> -------------------------------------------------------
>
>                 Key: HBASE-2247
>                 URL: https://issues.apache.org/jira/browse/HBASE-2247
>             Project: HBase
>          Issue Type: Improvement
>          Components: Performance
>            Reporter: stack
>
> hbase-2180 added pread whenever we do a get -- random-read -- and kept the old sync+position+read for when scanning.   In between is the case of small scans.  Small scans of 0-100 or so rows where the cells are small will likely fit a single hfile blocksize, especially if its the default 64k.  We should recognize small scans and flip to random-read to satisfy (somehow).  It'll up the performance a bit.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)