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:52:00 UTC

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

Nikolay Izhikov created IGNITE-18719:
----------------------------------------

             Summary: [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


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)