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:52:00 UTC

[jira] [Created] (TEPHRA-248) Avoid repeated decoding of the same transaction in coprocessors

Andreas Neumann created TEPHRA-248:
--------------------------------------

             Summary: Avoid repeated decoding of the same transaction in coprocessors
                 Key: TEPHRA-248
                 URL: https://issues.apache.org/jira/browse/TEPHRA-248
             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


If a transaction performs multiple operations on the same region, the same transaction is transmitted repeatedly, and decoded each time. It would be good to cache the decoded transaction for a short time to avoid the cost of repeated decoding. This of course has memory impact, the cache must evict aggressively and be limited in size. 



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