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

Valentin Kulichenko commented on IGNITE-7712:
---------------------------------------------

[~ilyak], I'm looking at the PR, and I don't think this is what we're looking 
for here. The point of this ticket is that there are environments where clients 
(can be client node, JDBC, ODBC, ...) are not controlled much and can execute 
any kind of ad-hoc queries, including those that would bring down the cluster 
if lazy flag is not set to true. In such cases users want to be on safe side 
and force this flag on *server side*, where they have full control.

Is this achievable?

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

Reply via email to