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 2016/06/09 17:52:21 UTC

[jira] [Created] (HBASE-16001) Support batching of CAS operations

Nick Dimiduk created HBASE-16001:
------------------------------------

             Summary: Support batching of CAS operations
                 Key: HBASE-16001
                 URL: https://issues.apache.org/jira/browse/HBASE-16001
             Project: HBase
          Issue Type: Improvement
            Reporter: Nick Dimiduk


CAS operations are made available only via direct calls to {{Table#checkAndXXX}}. There's no Mutation type for {{checkAndPut}} for example. That means they cannot be used with {{BufferedMutator}}'s batching capabilities, they must be sent one-for-one with an RPC. Extend the {{Mutation}} type hierarchy to support sending these CAS operations more efficiently.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)