Pipelined method looks like a simple batching. In Ignite you can do the same
with putAll() and getAll() which will minimize the number of network
messages where possible. For loading large amounts of data you can also use
data streamer:
https://apacheignite.readme.io/docs/data-streamers#ignitedatastreamer

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/how-async-support-can-improve-read-and-write-performance-tp6894p6895.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to