I see - I'm actually going to scrap the LoadCache approach and implement your suggestion of DataStream - I just have a couple of questions regarding that:
1) Is it possible to use both DataStream and CacheStoreFactory together? 2) Right now, my Program.cs <http://apache-ignite-users.70518.x6.nabble.com/file/t3023/Program.cs> of DataStream is naïve and loads 1000 entries in ~7 seconds, 10000 entries in ~55 seconds, and 100000 entries in 9 mins and 12 seconds Is this a normal time for loading bulk entries? Is there another way I can implement or configure DataStream to load bulk entries faster? I think at this rate, loading > 500,000 entries will be pushing around an hour. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/