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/