Hello!

1. I guess it is a honest mistake.
2. The idea here is that you can't expect that GROUP BY COL will return
anything relevant, if the table is not collocated by COL.

Regards,
-- 
Ilya Kasnacheev


пт, 10 июл. 2020 г. в 17:34, Surkov.Aleksandr <ale...@bk.ru>:

> The org.apache.ignite.internal.processors.cache.query.CacheQuery interface
> has a comment:
>
>  *         {@code Group by} and {@code sort by} statements are applied
> separately
>  *         on each node, so result set will likely be incorrectly grouped
> or
> sorted
>  *         after results from multiple remote nodes are grouped together.
>
> As far as I understand:
> 1. {@code sort by} does not supported
> 2. ORDER BY returns a sorted list even if items are on different nodes
>
> It is right?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to