Liu Shaohui created HBASE-11115:
-----------------------------------

             Summary: Support setting max version per column family in Get
                 Key: HBASE-11115
                 URL: https://issues.apache.org/jira/browse/HBASE-11115
             Project: HBase
          Issue Type: Improvement
            Reporter: Liu Shaohui
            Priority: Minor


The Get operation only supports setting the max version for all column 
families. But different column families may have different versions data, and 
users may want to get data with different versions from different column 
families in a single Get operation.

Though, we can translate this kind of Get to multi single-column-family Gets, 
these Gets are sequential in regionserver and have different mvcc.

Comments and suggestions are welcomed. Thx



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to