[ 
https://issues.apache.org/jira/browse/IGNITE-23207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883248#comment-17883248
 ] 

Vladislav Pyatkov commented on IGNITE-23207:
--------------------------------------------

As I understand the issue, which is resolving using inflights does not help for 
SQL. It creates a transaction in one node and invokes an operation in others.
Hence, we cannot linearize an operation and closing transaction.
If the issue will be confirmed we *must create a ticket* for SQL team.

> Optimize read-only tx inflights for implicit gets and getAlls
> -------------------------------------------------------------
>
>                 Key: IGNITE-23207
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23207
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Denis Chudov
>            Priority: Major
>              Labels: ignite-3
>
> *Motivation* 
> We need inflights counter for read-only transactions to make sure that tx 
> resources (specifically, cursors) will be cleaned up on remote nodes no 
> earlier than user finishes the tx. Seems that it's not necessary for implicit 
> read-only txns. Removing the usage of txn context may make them significantly 
> faster.
> *Definition of done*
> Inflights are not used for implicit read-only txns.



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

Reply via email to