[
https://issues.apache.org/jira/browse/HBASE-11274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14013871#comment-14013871
]
Demai Ni commented on HBASE-11274:
----------------------------------
[~lshmouse], definitely a valid use case here. I think the other SQL layer
compoments provide similar function already, so pushing it into HBase code
engineer need to give us better performance? can you please share the design a
bit? And it will be great if it can decide the order of filters.
thanks.
Demai
> More general single-row Condition Mutation
> ------------------------------------------
>
> Key: HBASE-11274
> URL: https://issues.apache.org/jira/browse/HBASE-11274
> Project: HBase
> Issue Type: Improvement
> Reporter: Liu Shaohui
> Priority: Minor
>
> Currently, the checkAndDelete and checkAndPut interface only support atomic
> mutation with single condition. But in actual apps, we need more general
> condition-mutation that support multi conditions and logical expression with
> those conditions.
> For example, to support the following sql
> {quote}
> insert row where (column A == 'X' and column B == 'Y') or (column C == 'z')
> {quote}
> Suggestions are welcomed.
--
This message was sent by Atlassian JIRA
(v6.2#6252)