Which IgniteCompute function would be best suited to this task?... Cluster has SQL table configured in partitioned cache (records distributed over several nodes).
On all nodes, I would like to asynchronously execute logic which... - SQL SELECT query for matching records on each node (retrieving only records from primary, not backup cache partition) - process and aggregate data from each record of each local node's recordset, and - return the resulting object(s) to the application -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/