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


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