Hello! You can set IGNITE_SQL_LAZY_RESULT_SET=true (environment variable or JVM system property) on all nodes since Apache Ignite 2.5, make sure that all queries run with lazy=true.
It will still not save you from some scenarios such as runaway GROUP BYs, but from SELECT * it would. Regards, -- Ilya Kasnacheev 2018-06-28 23:17 GMT+03:00 ApacheUser <[email protected]>: > Evgenii, > what happens if the user doesn't set that limit or forget to set on client > tool?, > > we set that but some one testing without the lazy=true to prove that Apache > Ignite is not stable. > > Thanks > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
