You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2023/02/06 10:55:00 UTC

[jira] [Updated] (IGNITE-18719) [IEP-80] Deprecate lazy flag of SqlFieldsQuery

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

Nikolay Izhikov updated IGNITE-18719:
-------------------------------------
    Fix Version/s: 2.15

> [IEP-80] Deprecate lazy flag of SqlFieldsQuery
> ----------------------------------------------
>
>                 Key: IGNITE-18719
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18719
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Nikolay Izhikov
>            Priority: Major
>              Labels: IEP-80, ise
>             Fix For: 2.15
>
>
> Lazy flag has known issues leading to cluster stability.
> {{lazy=false}} can be implemented with certain page size like {{pageSize==Long.MAX_VALUE.}}
> To improve stability of the default deployments we must
> * deprecate lazy flag in 2.15
>     * make queries lazy by default.
> * remove lazy flag in 2.16
>  



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