Hi, Now one node of Ignite execute the operation at only a one thread. You should use one thread by partition, those. scan query[1] with method "setPartition" (instance of local entries). Using affinity[2] for determine partition by nodes and run your task by each.
You can slightly increase performance if you are explicitly implement Externalizable interface for the IgniteRunable. [1]: http://apacheignite.gridgain.org/docs/cache-queries#scan-queries [2]: https://ignite.apache.org/releases/1.7.0/javadoc/org/apache/ignite/Ignite.html#affinity(java.lang.String) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-transformations-tp9219p9226.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
