You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tephra.apache.org by "Andreas Neumann (JIRA)" <ji...@apache.org> on 2017/06/08 22:13:18 UTC

[jira] [Created] (TEPHRA-233) Transaction does not need to be encoded for every operation

Andreas Neumann created TEPHRA-233:
--------------------------------------

             Summary: Transaction does not need to be encoded for every operation
                 Key: TEPHRA-233
                 URL: https://issues.apache.org/jira/browse/TEPHRA-233
             Project: Tephra
          Issue Type: Improvement
    Affects Versions: 0.12.0-incubating
            Reporter: Andreas Neumann
            Assignee: Poorna Chandra


If a transaction performs multiple operations, the transaction object is encoded for the call to HBase every time. If there are many invalid transactions, this can be unnecessary overhead. Instead, the TransactionAwareHTable could cache the encoded transaction and reuse it for subsequent calls. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)