You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/04/27 03:30:13 UTC

[jira] [Created] (IGNITE-3057) Optimize transactions that do not acquire any locks

Valentin Kulichenko created IGNITE-3057:
-------------------------------------------

             Summary: Optimize transactions that do not acquire any locks
                 Key: IGNITE-3057
                 URL: https://issues.apache.org/jira/browse/IGNITE-3057
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.5.0.final
            Reporter: Valentin Kulichenko
            Assignee: Valentin Kulichenko
             Fix For: 1.6


There are cases when a transaction did not acquire any locks (e.g., optimistic read-only transaction). In this case we can simply remove transaction from the local transaction manager, but we are going through all the steps, like prepare and commit/rollback.

This optimization can give serious benefit in read-most use cases, like caching.



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