Below is the best way to do a query based on local data I want. Is this part right?
When we do affinityCall, we specify partition 1 and the query is also set to
1.
SqlFieldsQuery query = new SqlFieldsQuery ("select sum (count) from data
group by id") setPartitions (1);
Even if we have a backup, is it only based on ignite partition 1 node own
data?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
