[ 
https://issues.apache.org/jira/browse/IGNITE-25978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Scherbakov updated IGNITE-25978:
---------------------------------------
    Description: 
Implicit RO execution path should be as lightweight as possible to reduce 
overhead per operation (could be many if them)

Currently it involves various locks with memory writes on execution path, which 
is not necessary.

Explicit RO transactions can be optimized as well in the future.

  was:
Implicit RO execution path should be as lightweight as possible due to 
potential large amount of such operations.

Currently it involves various locks with memory writes on execution path, which 
is not necessary.

Explicit RO transactions could be optimized as well in the future.


> Optimize implicit RO transaction flow
> -------------------------------------
>
>                 Key: IGNITE-25978
>                 URL: https://issues.apache.org/jira/browse/IGNITE-25978
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Alexey Scherbakov
>            Assignee: Alexey Scherbakov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Implicit RO execution path should be as lightweight as possible to reduce 
> overhead per operation (could be many if them)
> Currently it involves various locks with memory writes on execution path, 
> which is not necessary.
> Explicit RO transactions can be optimized as well in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to