Hi, Subash, By default, a cache is partitioned and partitions spread across the cluster, so you can't avoid network activity.
On Tue, Apr 24, 2018 at 7:22 PM, Subash Chaturanga <[email protected]> wrote: > Hi everyone, > Is there a way for a ignite client to connect only to the set of servers > who holds the cache or its backups. So that it will not requests from a > server which then has to talk to another node and return the values. > > I know near cache is there, but that again increase allocated cache size > to the node and I wouldn’t be able to do a true partitioned cache. > -- > /subash >
