You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2018/02/14 23:00:00 UTC

[jira] [Created] (IGNITE-7712) Add an ability to globally enable 'lazy' flag for SQL queries

Valentin Kulichenko created IGNITE-7712:
-------------------------------------------

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