You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2019/02/14 08:50:00 UTC

[jira] [Closed] (IGNITE-6883) Distributed sub-query support

     [ https://issues.apache.org/jira/browse/IGNITE-6883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov closed IGNITE-6883.
-----------------------------------

> Distributed sub-query support
> -----------------------------
>
>                 Key: IGNITE-6883
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6883
>             Project: Ignite
>          Issue Type: New Feature
>          Components: sql
>            Reporter: Alin Andrei Corodescu
>            Priority: Minor
>
> Include behaviour similar to the distributedJoins flag for inner queries as well (gather data from multiple nodes). 
> At the moment sub queries are run on remote nodes without being split into map and reduce parts and without taking into account data residing in other nodes (sometimes collocation is not possible).
> One use case when results are affected by this behaviour is when the subquery contains a {code:sql}HAVING{code} clause, since the conditions can filter out groups for which not all the entries are on the same node.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)