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] [Commented] (IGNITE-17111) Remove the ability to set the lazy flag in SqlFieldsQuery

    [ https://issues.apache.org/jira/browse/IGNITE-17111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684592#comment-17684592 ] 

Nikolay Izhikov commented on IGNITE-17111:
------------------------------------------

[~zstan], [~jooger] I think we must do the following:

* deprecate lazy flag in 2.15 (scope of IGNITE-18719)
    * make all queries lazy by default  (scope of IGNITE-18719)
* remove lazy flag completely in 2.16.

What do you think?

> Remove the ability to set the lazy flag in SqlFieldsQuery
> ---------------------------------------------------------
>
>                 Key: IGNITE-17111
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17111
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Luchnikov Alexander
>            Priority: Minor
>              Labels: IEP-80, ise
>
> Remove the ability to set the lazy flag in SqlFieldsQuery. SqlFieldsQuery must always be executed as lazy=true. 
> This property (org.apache.igniteIgniteSystemProperties#IGNITE_SQL_FORCE_LAZY_RESULT_SET) refers to the same functionality, but is not used in the code.



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