Hi,

If your tasks use the same data, then REPLICATED cache will be the best
decision. But if you need for every compute task put new data to cache, it
will slowdown processing, because entries must be distributed, copied and
synchronized.

The same rule is applicable for compute results: if you need to reuse them,
then add to cache.

-Dmitry.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Distributed-callables-passing-data-and-getting-back-results-tp11224p11312.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to