[
https://issues.apache.org/jira/browse/IGNITE-7712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16409739#comment-16409739
]
ASF GitHub Bot commented on IGNITE-7712:
----------------------------------------
GitHub user alamar opened a pull request:
https://github.com/apache/ignite/pull/3684
IGNITE-7712 Server-side system property IGNITE_SQL_FORCE_LAZY_RESULT_SET
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7712bis
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3684.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3684
----
commit de900a3b8bdf283811d825cf3f434be7c3509e31
Author: Ilya Kasnacheev <ilya.kasnacheev@...>
Date: 2018-03-22T15:38:50Z
IGNITE-7712 Server-side system property IGNITE_SQL_FORCE_LAZY_RESULT_SET
----
> Add an ability to globally enable 'lazy' flag for SQL queries
> -------------------------------------------------------------
>
> Key: IGNITE-7712
> URL: https://issues.apache.org/jira/browse/IGNITE-7712
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Affects Versions: 2.3
> Reporter: Valentin Kulichenko
> Assignee: Ilya Kasnacheev
> Priority: Major
> Fix For: 2.5
>
>
> We have the {{lazy}} flag that can be set when a particular query is
> executed, it's disabled by default.
> In some cases it can be useful to enable this flag globally, especially it
> makes sense for the tools like Visor and Web Console.
> Let's do the following:
> * Set it to {{true}} by default in Web Console.
> * Add a system property that will allow to do the same on node level.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)