[
https://issues.apache.org/jira/browse/TEPHRA-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321555#comment-16321555
]
Patrick Xiaoman Huang commented on TEPHRA-247:
----------------------------------------------
Because a client tx object will have no change in the middle of a Transaction,
operation like get/delete/put would not change tx object, I think we can
develop a table coprocessor which cache the tx object in server, only transfer
client tx object when start/update/commit to change the cache state.
Patrick
> Avoid encoding the transaction multiple times
> ---------------------------------------------
>
> Key: TEPHRA-247
> URL: https://issues.apache.org/jira/browse/TEPHRA-247
> Project: Tephra
> Issue Type: Improvement
> Components: core, manager
> Affects Versions: 0.12.0-incubating
> Reporter: Andreas Neumann
> Assignee: Andreas Neumann
>
> Currently, the same transaction object is encoded again and again for every
> Get performed in HBase. It would be better to cache the encoded transaction
> for the duration of the transaction and reuse it,
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)