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

Jean-Daniel Cryans updated HBASE-631:
-------------------------------------

    Attachment: hbase-631-v1.patch

Small patch that adds family fetching for getRow. Review please.

> HTable.getRow() for only a column family
> ----------------------------------------
>
>                 Key: HBASE-631
>                 URL: https://issues.apache.org/jira/browse/HBASE-631
>             Project: Hadoop HBase
>          Issue Type: New Feature
>    Affects Versions: 0.1.2
>            Reporter: Ryan Lynch
>            Assignee: Jean-Daniel Cryans
>         Attachments: hbase-631-v1.patch
>
>
> I have a use case in which we want to access all the columns for a supplied 
> column family while also avoiding the overhead of reading any other column 
> families.  There seems to be no method for doing this but doing a quick dive 
> into the code it "seems" like this should be relatively easy to allow. This 
> seems desirable since the architecture describes column families being stored 
> together so reading only a single column family should be a lighter operation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to