Hi Arthi, I see that you're using your implementation of the store, so it's really hard to say why is it slow. I would recommend to debug the code first and see what the time is spent on and whether resources are utilized. One of the first possible optimizations would be to load the data in multithreaded fashion within CacheStore.loadCache() implementation.
Hi Shaomin, This depends on number of parameters like the size of value, network, etc. If you feel that performance in your test could be better, please provide the code and we will take a look. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/loadCache-takes-long-time-to-complete-with-million-rows-tp4534p4567.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
