You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2014/05/16 12:53:49 UTC

[jira] [Commented] (HBASE-11115) Support setting max version per column family in Get

    [ https://issues.apache.org/jira/browse/HBASE-11115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999074#comment-13999074 ] 

Nick Dimiduk commented on HBASE-11115:
--------------------------------------

I'd prefer to see multiget use a single mvcc and be executed more like doBatchOp. See HBASE-11056. I haven't pursued Sergey's reference, however, so I don't know how this will change after HBASE-10070.

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