[
https://issues.apache.org/jira/browse/IGNITE-19322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yury Gerzhedovich updated IGNITE-19322:
---------------------------------------
Description:
In order to support SELECT FOR UPDATE need to pass lock mode to scan methods.
Take into account that there could be at least four lock modes: SHARED,
EXCLUSIVE_WAIT, EXCLUSIVE_NO_WAIT, EXCLUSIVE_SKIP_LOCKED.
As a first step, only the first two modes may be supported.
was:
In order to support SELECT FOR UPDATE need to pass lock mode to scan methods.
Take into account that there could be at least three lock modes: SHARED,
EXCLUSIVE_WAIT, EXCLUSIVE_NO_WAIT, EXCLUSIVE_SKIP_LOCKED.
As a first step, only first two modes may be supported.
> Support locks modes for storage scans
> -------------------------------------
>
> Key: IGNITE-19322
> URL: https://issues.apache.org/jira/browse/IGNITE-19322
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Yury Gerzhedovich
> Priority: Major
> Labels: ignite-3
>
> In order to support SELECT FOR UPDATE need to pass lock mode to scan methods.
> Take into account that there could be at least four lock modes: SHARED,
> EXCLUSIVE_WAIT, EXCLUSIVE_NO_WAIT, EXCLUSIVE_SKIP_LOCKED.
> As a first step, only the first two modes may be supported.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)