[
https://issues.apache.org/jira/browse/IGNITE-6296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181056#comment-16181056
]
Denis Magda commented on IGNITE-6296:
-------------------------------------
Update the doc at the end:
https://apacheignite-sql.readme.io/docs/configuration-parameters
> SQL: Get rid of "collocated" flag
> ---------------------------------
>
> Key: IGNITE-6296
> URL: https://issues.apache.org/jira/browse/IGNITE-6296
> Project: Ignite
> Issue Type: Task
> Components: sql
> Affects Versions: 2.1
> Reporter: Vladimir Ozerov
> Labels: usability
>
> This flag forces our execution engine to perform aggregations on mapper nodes
> rather than on reducer.
> First, we already have enough information in runtime to decide whether we can
> optimize or not. Second, if query is complex enough, users would have hard
> time trying to figure whether query would return correct result or not. We
> should never ever return invalid results.
> Let's make our engine smarter, so that it is able to determine whether such
> grouping is safe or not and then deprecate that flag.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)