[
https://issues.apache.org/jira/browse/HBASE-11115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell resolved HBASE-11115.
-----------------------------------------
Resolution: Incomplete
> 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: Shaohui Liu
> 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
(v8.20.7#820007)