What do you mean by "constant time"? You update a batch of 3 in 10 ms, which means that it will take 30 ms to update 9 entries (3 batches). This is 3 times less than batch of 27 that also takes 30ms, so batching gives you performance improvement. Am I missing something?
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-invokeAll-considered-a-batch-operation-tp1220p1226.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
