Hi, I guess that some of your operations were slow because of load balancer work. Two ways of affinity calculation exist:
1)If readFromBackup = false then the node with primary partition will be chosen. Primary can be on different nodes. 2)If readFromBackup = true then the random node will be chosen because of a load balancer. Ignite doesn't have data center awareness functionality. As a WA you can use computes that will be started on some required node. This compute can use localPeek mode for cache operations: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteCache.html#localPeek-K-org.apache.ignite.cache.CachePeekMode...- For SQL you can use local queries: https://apacheignite-sql.readme.io/docs/local-queries BR, Andei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
