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

Andrew Kyle Purtell closed HBASE-2362.
--------------------------------------

> Improve gets/scans when all columns of a key is requested.
> ----------------------------------------------------------
>
>                 Key: HBASE-2362
>                 URL: https://issues.apache.org/jira/browse/HBASE-2362
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: Karthik Ranganathan
>            Priority: Major
>
> Right now, we get one KeyValue at a time and run it through the matcher even 
> if the query is to fetch the entire row (or even an entire column family for 
> a key). This causes the blocks to be fetched serially from HDFS. We can 
> optimize this by looking at the block map, and fetching all the blocks 
> spanned by the key in one request to HDFS.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to