You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Lapin (Jira)" <ji...@apache.org> on 2022/10/24 17:29:00 UTC

[jira] [Updated] (IGNITE-17963) Add ability to run RO get, getAll and scan through tx-based InternalTable operations

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

Alexander Lapin updated IGNITE-17963:
-------------------------------------
    Description: 
h3. Motivation

It's required to add an ability for the end user to run RO transactions from within both KeyValueView and RecordView. IgniteTransactions already provide an ability to start RO transactions,  meaning that it's only required to propagate InternalTable get(), getAll() and scan() to corresponding readTimestamp-based get(), getAll() and scan() methods.
h3. Definition of Done

It's possible to trigger read-only get and getAll and scan by calling

> Add ability to run RO get, getAll and scan through tx-based InternalTable operations
> ------------------------------------------------------------------------------------
>
>                 Key: IGNITE-17963
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17963
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Alexander Lapin
>            Priority: Major
>
> h3. Motivation
> It's required to add an ability for the end user to run RO transactions from within both KeyValueView and RecordView. IgniteTransactions already provide an ability to start RO transactions,  meaning that it's only required to propagate InternalTable get(), getAll() and scan() to corresponding readTimestamp-based get(), getAll() and scan() methods.
> h3. Definition of Done
> It's possible to trigger read-only get and getAll and scan by calling



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