You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Toshihiro Suzuki (Jira)" <ji...@apache.org> on 2020/09/08 08:38:00 UTC

[jira] [Created] (HBASE-24996) Support CheckAndMutate in Region.batchMutate()

Toshihiro Suzuki created HBASE-24996:
----------------------------------------

             Summary: Support CheckAndMutate in Region.batchMutate()
                 Key: HBASE-24996
                 URL: https://issues.apache.org/jira/browse/HBASE-24996
             Project: HBase
          Issue Type: Sub-task
            Reporter: Toshihiro Suzuki
            Assignee: Toshihiro Suzuki


Currently, Region.batchMutate() supports Put/Delete/Increment/Append operations, but it doesn't support CheckAndMutate. If we support CheckAndMutate Region.batchMutate(), we can perform Put/Delete/Increment/Append/CheckAndMutate operations atomically in a row, which is very useful for some cases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)