You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (Jira)" <ji...@apache.org> on 2020/11/18 09:18:00 UTC

[jira] [Updated] (IGNITE-9182) Propagate lazy flag to synthetic SELECT used by first step of DML query

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

Taras Ledkov updated IGNITE-9182:
---------------------------------
    Summary: Propagate lazy flag to synthetic SELECT used by first step of DML query  (was: Propagate lazy flag to synthetic SELECT used by first step of DELETE)

> Propagate lazy flag to synthetic SELECT used by first step of DML query
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-9182
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9182
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Stanislav Lukyanov
>            Assignee: Taras Ledkov
>            Priority: Major
>              Labels: sql-stability
>             Fix For: 2.10
>
>
> When DELETE is executed it first executed SELECT with the same WHERE, and then deletes all results via an invoke(). If a large number of entries is to be deleted, it may lead to OOM.
> The task is to allow to perform the SELECT with the parent query's LAZY flag.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)