In this case the best way is to use data streamer. Refer to [1] for details.
[1] https://apacheignite.readme.io/docs/data-loading -Val On Fri, Jan 15, 2016 at 1:57 PM, babu prasad <[email protected]> wrote: > localloadcache() would still load only a single local cache node right? > Is there a way I can run a single instance of the query from the client > and load it in the distributed cache that partitions the result across all > nodes? > > On Fri, Jan 15, 2016 at 1:23 PM, vkulichenko < > [email protected]> wrote: > >> Vinay, >> >> Local cache has the same issue as others - load will be triggered on all >> nodes. I added a comment in the ticket. >> >> As a workaround you can simply call localLoadCache() method instead of >> loadCache() - this should do the trick. >> >> -Val >> >> >> >> -- >> View this message in context: >> http://apache-ignite-users.70518.x6.nabble.com/Loadcache-behavior-tp2571p2590.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > >
