Hi, If you're interested in the cache loading rather than in pure benchmarking then I would suggest you using IgniteDataStreamer [1] as one of the fastest way of a cache preloading.
Next if you're not going to use transaction then you can switch a cache to ATOMIC mode. It will work faster. Finally, it's always better to use cache.putAll() rather than cache.put(). However, if you're interested in pure benchmarking then you can refer to the details of configs and benchmarks of Yardstick (official benchmarking toolkit used by Ignite). [1] https://apacheignite.readme.io/docs/data-loading#ignitedatastreamer [2] https://github.com/apacheignite/yardstick-ignite -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-put-latencies-high-tp2524p2611.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.