Hi Naresh,

One way to reduce latency is to use data collocation and send compute tasks
for this data:

https://apacheignite.readme.io/docs/affinity-collocation

instead of gathering data from several data nodes on client node, you can
collocate data required for you task on one node and send compute task
there.

also as Dmitry saidnear cache can help  in this case too:

https://apacheignite.readme.io/docs/near-caches

Both options should be checked.

Thanks,
Mike.





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to