Re: SELECT subqueries in DML statements

2016-12-23 Thread Denis Magda
Sergi, Thanks for the feedback. I’ve updated the doc. Please have a look at it one more time and do additional corrections if it help to make things clearer https://apacheignite.readme.io/v1.8/docs/dml#known-limitations If refer t

Re: SELECT subqueries in DML statements

2016-12-22 Thread Sergi Vladykin
1. Actually this doc looks misleading and wrong to me. What does it mean "it will not be distributed"? It only means that we will not execute any distributed joins inside of this subquery. In all other means this operation will be correctly distributed. We will generate query like this : SELECT _

SELECT subqueries in DML statements

2016-12-22 Thread Denis Magda
Sergi, Presently in the DML statement doc we mention the following limitation related to SELECT subqueries http://apacheignite.gridgain.org/docs/dml#section-subqueries-in-where-clause Does it mean that this limitatio