Re: Optimized DML execution: how to name it?

2017-10-14 Thread Dmitriy Setrakyan
Vova, is there any way to enable this flag from API, without using JDBC driver? On Sat, Oct 14, 2017 at 1:17 PM, Vladimir Ozerov wrote: > Dmitry, > > Corretct. Example: jdbc:ignite:thin://192.168.0.1?skipReducerOnClient=true > > On Fri, Oct 13, 2017 at 8:16 PM, Dmitriy Setrakyan > wrote: > > >

Re: Optimized DML execution: how to name it?

2017-10-14 Thread Vladimir Ozerov
Dmitry, Corretct. Example: jdbc:ignite:thin://192.168.0.1?skipReducerOnClient=true On Fri, Oct 13, 2017 at 8:16 PM, Dmitriy Setrakyan wrote: > Vova, > > Just to make sure, we are not adding a new configuration property, right? > Is this just a JDBC connection flag we are discussing? If yes, can