HI, I was loading data into ignite cache using parallel tasks by broadcasting the task. Each taks (IgniteCallable implementation) has its own data streamer. was it correct approach.
Loading data into ignite cache using data streamer is very slow compared normal cache.put. is that expected ? or need to some configurations to improve the performance. Thanks.
