You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/07/04 19:51:39 UTC

[jira] Assigned: (HBASE-631) HTable.getRow() for only a column family

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

Jean-Daniel Cryans reassigned HBASE-631:
----------------------------------------

    Assignee: Jean-Daniel Cryans

> 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
>
> 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.