Denis Chudov created IGNITE-23207:
-------------------------------------
Summary: 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
*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)