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/08/19 16:49:01 UTC

[jira] [Created] (TEPHRA-246) Implement better transaction codecs

Andreas Neumann created TEPHRA-246:
--------------------------------------

             Summary: Implement better transaction codecs
                 Key: TEPHRA-246
                 URL: https://issues.apache.org/jira/browse/TEPHRA-246
             Project: Tephra
          Issue Type: Improvement
          Components: core, manager
    Affects Versions: 0.12.0-incubating
            Reporter: Andreas Neumann
            Assignee: Andreas Neumann
             Fix For: 0.13.0-incubating


The current codec simply uses Thrift. However, with large invalid lists, the encoded byte array cvan become very large, Using compression techniques such as delta encoding, variable length integer encoding, or simple compression can greatly reduce the size of the encoded byte array, as well as the time it takes to encode, transmit, and decode the transaction. 

This can be applied to the transactions in the Thrift protocol as well as to the transactions that are attached to the HBase operations. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)